From 6f86f46c965d2268c533d9cedf873b922a598bb1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 6 Jan 2008 10:30:23 -0600 Subject: Remove makeworld from pacman package This is an Arch-specific tool (although others could find use in it), so off to the standalone ABS package it goes. Signed-off-by: Dan McGee --- scripts/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 2d682efe..24b9c12d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -4,7 +4,6 @@ AUTOMAKE_OPTIONS = std-options bin_SCRIPTS = \ gensync \ makepkg \ - makeworld \ pacman-optimize \ rankmirrors \ repo-add \ @@ -14,7 +13,6 @@ bin_SCRIPTS = \ EXTRA_DIST = \ gensync.sh.in \ makepkg.sh.in \ - makeworld.sh.in \ pacman-optimize.sh.in \ rankmirrors.py.in \ repo-add.sh.in \ @@ -52,7 +50,6 @@ $(bin_SCRIPTS): Makefile gensync: $(srcdir)/gensync.sh.in makepkg: $(srcdir)/makepkg.sh.in -makeworld: $(srcdir)/makeworld.sh.in pacman-optimize: $(srcdir)/pacman-optimize.sh.in rankmirrors: $(srcdir)/rankmirrors.py.in repo-add: $(srcdir)/repo-add.sh.in -- cgit v1.2.3-24-g4f1b