summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-14 11:05:33 -0500
committerDan McGee <dan@archlinux.org>2007-10-29 21:31:16 -0500
commit376e23156bc4092b4cd1de008fd1bca4aecf8edc (patch)
treea12059f867bf14d82dd6b53408e42f21260a37a8
parenta6863ff7cbbf60cfabf7d2e1ba3cdb1d95c8eca4 (diff)
Update makefile for new chroot tools0.4
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7b6f42..e09cb61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
all:
install:
+ # extrapkg/checkpkg and friends
mkdir -p $(DESTDIR)/usr/bin
install -m 755 checkpkg $(DESTDIR)/usr/bin
install -m 755 extrapkg $(DESTDIR)/usr/bin
- install -m 755 mkarchroot $(DESTDIR)/usr/bin
ln -s extrapkg $(DESTDIR)/usr/bin/corepkg
ln -s extrapkg $(DESTDIR)/usr/bin/testingpkg
ln -s extrapkg $(DESTDIR)/usr/bin/unstablepkg
+ # new chroot tools, only usable by root
+ mkdir -p $(DESTDIR)/usr/sbin
+ install -m 755 mkarchroot $(DESTDIR)/usr/sbin
+ install -m 755 makechrootpkg $(DESTDIR)/usr/sbin