restructure
This commit is contained in:
8
Makefile
8
Makefile
@@ -4,10 +4,10 @@ BINDIR = ${PREFIX}/bin
|
||||
DATADIR = ${PREFIX}/share
|
||||
|
||||
install:
|
||||
install -Dm600 config ${DESTDIR}${SYSCONFDIR}/tinyramfs/config
|
||||
install -Dm755 tinyramfs ${DESTDIR}${BINDIR}/tinyramfs
|
||||
install -Dm755 usr/share/tinyramfs/init ${DESTDIR}${DATADIR}/tinyramfs/init
|
||||
install -Dm755 usr/share/tinyramfs/device-helper ${DESTDIR}${DATADIR}/tinyramfs/device-helper
|
||||
install -Dm600 config ${DESTDIR}${SYSCONFDIR}/tinyramfs/config
|
||||
install -Dm755 tinyramfs ${DESTDIR}${BINDIR}/tinyramfs
|
||||
install -Dm755 init ${DESTDIR}${DATADIR}/tinyramfs/init
|
||||
install -Dm755 device-helper ${DESTDIR}${DATADIR}/tinyramfs/device-helper
|
||||
|
||||
uninstall:
|
||||
rm -f ${DESTDIR}${BINDIR}/tinyramfs
|
||||
|
Reference in New Issue
Block a user