From 5aa93f8ed37b0ded7a6dc393795441cec1e42d2b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 9 Jun 2011 14:34:17 -0400 Subject: lsinitcpio: new utility to dump contents of images Signed-off-by: Dave Reisner --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f06c3a4..4d41ad8 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ VERSION = 0.6.15 all: doc install: all + install -d ${DESTDIR}/bin install -d ${DESTDIR}/sbin install -d ${DESTDIR}/lib/initcpio install -d ${DESTDIR}/etc @@ -18,6 +19,9 @@ install: all chmod 755 ${DESTDIR}/sbin/mkinitcpio + sed "s|%VERSION%|${VERSION}|g" < lsinitcpio > ${DESTDIR}/bin/lsinitcpio + chmod 755 ${DESTDIR}/bin/lsinitcpio + install -D -m644 mkinitcpio.conf ${DESTDIR}/etc/mkinitcpio.conf install -D -m755 init ${DESTDIR}/lib/initcpio/init install -D -m755 init_functions ${DESTDIR}/lib/initcpio/init_functions @@ -57,6 +61,7 @@ TARBALL_FILES = \ init_functions \ install \ 01-memdisk.rules \ + lsinitcpio \ mkinitcpio \ mkinitcpio.conf \ mkinitcpio.d \ -- cgit v1.2.3-24-g4f1b