fix permissions
This commit is contained in:
parent
dd01d03775
commit
5a0aeb128f
10
Makefile
10
Makefile
@ -10,11 +10,11 @@ install:
|
||||
${DESTDIR}${BINDIR}
|
||||
cp -R hooks/* ${DESTDIR}${DATADIR}/tinyramfs/hooks/
|
||||
cp init device-helper ${DESTDIR}${DATADIR}/tinyramfs
|
||||
chmod -R 644 ${DESTDIR}${DATADIR}/tinyramfs
|
||||
cp config ${DESTDIR}${SYSCONFDIR}/tinyramfs
|
||||
chmod 600 ${DESTDIR}${SYSCONFDIR}/tinyramfs/config
|
||||
cp tinyramfs ${DESTDIR}${BINDIR}/tinyramfs
|
||||
chmod 755 ${DESTDIR}${BINDIR}/tinyramfs
|
||||
chmod -R 755 ${DESTDIR}${DATADIR}/tinyramfs
|
||||
cp config ${DESTDIR}${SYSCONFDIR}/tinyramfs
|
||||
chmod 600 ${DESTDIR}${SYSCONFDIR}/tinyramfs/config
|
||||
cp tinyramfs ${DESTDIR}${BINDIR}/tinyramfs
|
||||
chmod 755 ${DESTDIR}${BINDIR}/tinyramfs
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${BINDIR}/tinyramfs
|
||||
|
Loading…
Reference in New Issue
Block a user