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