Permissions in makefile

This commit is contained in:
Bob Mottram 2016-11-29 21:53:20 +00:00
parent 0cdefe53c2
commit 4b33bdf8fc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ 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}
chown -R root: /usr/share/${APP}
chmod -R +r /usr/share/${APP}
# bash -c "./translate install"
uninstall: