You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/sithwm/files/sithwm-1.2.3-install.patch

12 lines
371 B

--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@
install: sithwm
if [ -f sithwm.exe ]; then mv sithwm.exe sithwm; fi
mkdir -p $(prefix)/bin $(prefix)/share/man/man1 $(confdir)
- install -s sithwm $(prefix)/bin
+ install sithwm $(prefix)/bin
install sithwm.1 $(prefix)/share/man/man1
install default.sithwmrc $(confdir)
@if test -x /usr/bin/update-menus; then \