Explorar el Código

Permissions in makefile

Bob Mottram hace 8 años
padre
commit
4b33bdf8fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -43,7 +43,7 @@ install:
43 43
 	cp man/*.1.gz ${DESTDIR}${PREFIX}/share/man/man1
44 44
 	cp man/${APP}-backup-local.1.gz ${DESTDIR}${PREFIX}/share/man/man1/backup.1.gz
45 45
 	cp man/${APP}-restore-local.1.gz ${DESTDIR}${PREFIX}/share/man/man1/restore.1.gz
46
-	chown -R root /usr/share/${APP}
46
+	chown -R root: /usr/share/${APP}
47 47
 	chmod -R +r /usr/share/${APP}
48 48
 #	bash -c "./translate install"
49 49
 uninstall: