summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-12-19 08:39:44 +0100
committerAaron Griffin <aaron@archlinux.org>2006-12-19 08:39:44 +0100
commitef8fd03c3310d3733a8b0b3cb8ccafbf8a8ff1ee (patch)
tree0ae9902e0405dec5a4af29464989b61d62df2619 /etc
parentff23064fa26f8aef2af0e858498cb1c8afee08d3 (diff)
downloadpacman-ef8fd03c3310d3733a8b0b3cb8ccafbf8a8ff1ee.tar.gz
pacman-ef8fd03c3310d3733a8b0b3cb8ccafbf8a8ff1ee.tar.xz
Makefile adjustments for installation rules:
added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/pacman.d/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 7bfd83de..e53ada24 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = pacman.d
+SUBDIRS = pacman.d abs
EXTRA_DIST = makepkg.conf pacman.conf
dist_sysconf_DATA = makepkg.conf pacman.conf
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am
index 5d83f8f7..698af489 100644
--- a/etc/pacman.d/Makefile.am
+++ b/etc/pacman.d/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST =
+EXTRA_DIST = community current extra release unstable
install-data-hook:
mkdir -p $(DESTDIR)$(sysconfdir)/pacman.d ; \