Permissions in makefile

This commit is contained in:
Bob Mottram 2016-11-29 21:52:12 +00:00
parent f6fd2111e7
commit 0cdefe53c2
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ install:
cp man/*.1.gz ${DESTDIR}${PREFIX}/share/man/man1
cp man/${APP}-backup-local.1.gz ${DESTDIR}${PREFIX}/share/man/man1/backup.1.gz
cp man/${APP}-restore-local.1.gz ${DESTDIR}${PREFIX}/share/man/man1/restore.1.gz
chown -R root /usr/share/${APP}
chmod -R +r /usr/share/${APP}
# bash -c "./translate install"
uninstall:
rm -f ${PREFIX}/share/${APP}_*.png