summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-30 21:06:09 -0500
committerDan McGee <dan@archlinux.org>2007-10-30 21:27:45 -0500
commitc79d2147d096bb89c39ec78ad1e3c243cc6be393 (patch)
treefa3b94f7dddf68902fba9ef1388ca6b0257ed7a8 /Makefile
parentc1b42e82b9a80f9d642639d4cb141b42bcf2cd55 (diff)
Add a few more things to the Makefile to get it ready for release
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbed5fd..cc0ae4b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,11 @@ install: all
install -m 644 install/{archiso,boot-cd,boot-usb} $(DESTDIR)/lib/initcpio/install/
# install default config in a sane location
mkdir -p $(DESTDIR)/usr/share/archiso
+ install -m 644 archiso-mkinitcpio.conf $(DESTDIR)/usr/share/archiso/
+ install -m 644 packages.list $(DESTDIR)/usr/share/archiso/
cp -R default-config $(DESTDIR)/usr/share/archiso/
+ # cheating a bit...sudoers HAS to have certain permissions
+ chmod 0440 $(DESTDIR)/usr/share/archiso/default-config/etc/sudoers
uninstall:
rm -f $(DESTDIR)/usr/sbin/mkarchiso