first commit
This commit is contained in:
commit
d8a9fcbc98
93 changed files with 23726 additions and 0 deletions
18
dwm/Makefile.rej
Executable file
18
dwm/Makefile.rej
Executable file
|
@ -0,0 +1,18 @@
|
|||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -34,12 +34,15 @@ install: all
|
||||
mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||
cp -f dwm ${DESTDIR}${PREFIX}/bin
|
||||
chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
|
||||
+ cp -f dwmswallow ${DESTDIR}${PREFIX}/bin
|
||||
+ chmod 755 ${DESTDIR}${PREFIX}/bin/dwmswallow
|
||||
mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
||||
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||
chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
||||
+ ${DESTDIR}${MANPREFIX}/bin/dwmswallow\
|
||||
${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||
|
||||
.PHONY: all clean dist install uninstall
|
Loading…
Add table
Add a link
Reference in a new issue