From 5c11e9bb7ca987f61587afd807fd371ba4986875 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 3 Oct 2007 22:19:03 -0500 Subject: Initial mkarchroot commit A simple utility for build and running within archlinux specific chroot environments Signed-off-by: Aaron Griffin --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15d3b3b..d7b6f42 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ install: 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 -- cgit v1.2.3-24-g4f1b