diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-04-11 23:02:56 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 23:16:27 +0200 |
commit | f6b0869ee56d6048c954bc2a6df496b8e452ac6a (patch) | |
tree | 1dba0f26262de08e2ee3f6398c9f9141bb0945f7 /scripts/Makefile.am | |
parent | a73e9a24affa79c2d83e849f7f3c2efd12ef41f0 (diff) | |
download | pacman-f6b0869ee56d6048c954bc2a6df496b8e452ac6a.tar.gz pacman-f6b0869ee56d6048c954bc2a6df496b8e452ac6a.tar.xz |
autotool scripts/repo-add
- move scripts/repo-add -> scripts/repo-add.in
- add -V --version options to scripts/repo-add.in
- add autotool commands to generate scripts/repo-add
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts/Makefile.am')
-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 98621e60..e131b865 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -19,7 +19,7 @@ EXTRA_DIST = abs.in \ makeworld.in \ pacman-optimize.in \ rankmirrors \ - repo-add \ + repo-add.in \ repo-remove \ updatesync |