bugfix: checkinstall fails & dwm-msg not removed on uninstall - #381
bugfix: checkinstall fails & dwm-msg not removed on uninstall#381Person1873 wants to merge 2 commits into
Conversation
this patch modifies the makefile to use the "install" command which behaves like cp,chmod,chown,mkdir all rolled into one. this simplifies the makefile & also makes it compatible with "checkinstall" on debian systems.
make checkinstall run more reliably
|
The reason for doing this, is so that my system has nothing installed outside the package manager, figured this may be useful for others that are also thus inclined |
|
I think that these kind of changes would be more something that one would try to get merged upstream (in the main dwm project) and this project would pick up the changes if they end up getting merged.
Interestingly they have an |
|
I doubt it would be merged upstream because suckless hates GNU features, and I'd imagine they believe |
|
not to be contrary, but the upstream makefile doesn't include dwm-msg at all, and it only forms part of the IPC patch. |
this patch modifies the makefile to use the "install" command which behaves like cp,chmod,chown,mkdir all rolled into one. this simplifies the makefile & also makes it compatible with "checkinstall" on debian systems.