Orginize 🥰

This commit is contained in:
Anas Elgarhy 2022-07-16 18:39:08 +02:00
parent ce45d2bb6e
commit 7ee26392d0
20 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ install: all
cp -f dwm ${DESTDIR}${PREFIX}/bin
chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
mkdir -p ${DESTDIR}${MANPREFIX}/man1
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
sed "s/VERSION/${VERSION}/g" < ../dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
uninstall:

View File

View File

View File

View File

View File