diff options
author | Judd Vinet <judd@archlinux.org> | 2005-10-25 03:42:57 +0200 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-10-25 03:42:57 +0200 |
commit | cce9d780c99feae8600249e9a81cb2a24e8589d9 (patch) | |
tree | 6d5d2f1452819437c3b723f41b110e64d0d68b84 /scripts | |
parent | 597c4b3d9850883500285f65fb6d5dbe80e84104 (diff) | |
download | pacman-cce9d780c99feae8600249e9a81cb2a24e8589d9.tar.gz pacman-cce9d780c99feae8600249e9a81cb2a24e8589d9.tar.xz |
added pacman-optimize to Makefile.am
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c73ff8f7..9dfcc1ab 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,2 +1,2 @@ AUTOMAKE_OPTIONS = std-options -bin_SCRIPTS = gensync makepkg makeworld updatesync +bin_SCRIPTS = gensync makepkg makeworld updatesync pacman-optimize |