diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-12-19 08:39:44 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-12-19 08:39:44 +0100 |
commit | ef8fd03c3310d3733a8b0b3cb8ccafbf8a8ff1ee (patch) | |
tree | 0ae9902e0405dec5a4af29464989b61d62df2619 /scripts/Makefile.am | |
parent | ff23064fa26f8aef2af0e858498cb1c8afee08d3 (diff) | |
download | pacman-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 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 9dfcc1ab..e28957bd 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,2 +1,10 @@ AUTOMAKE_OPTIONS = std-options -bin_SCRIPTS = gensync makepkg makeworld updatesync pacman-optimize +bin_SCRIPTS = gensync \ + makepkg \ + makeworld \ + updatesync \ + pacman-optimize \ + rankmirrors \ + abs \ + repo-add \ + re-pacman |