From 741fa316038eb0307e4aaffcac05eaa36303ead9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 20 Nov 2007 11:38:24 -0600 Subject: Remove abs from the pacman repository abs has always been an Arch Linux specific tool, and although it is used primarily by pacman and makepkg, it should not be included with a distro- agnostic tarball. In addition, maintenance of the script would be better outside of pacman and would allow for more frequent updates. This also facilitates our move away from a cvsup/csup dependent tool for syncing PKGBUILDs. Signed-off-by: Dan McGee --- scripts/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 01250f5b..175ddd17 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -11,12 +11,7 @@ bin_SCRIPTS = \ repo-remove \ updatesync -if INCLUDE_ABS -bin_SCRIPTS += abs -endif - EXTRA_DIST = \ - abs.sh.in \ gensync.sh.in \ makepkg.sh.in \ makeworld.sh.in \ @@ -54,7 +49,6 @@ $(bin_SCRIPTS): Makefile chmod a-w $@.tmp mv $@.tmp $@ -abs: $(srcdir)/abs.sh.in gensync: $(srcdir)/gensync.sh.in makepkg: $(srcdir)/makepkg.sh.in makeworld: $(srcdir)/makeworld.sh.in -- cgit v1.2.3-24-g4f1b