[pacman-dev] [PATCH] distribute library/term_colors.sh

Allan McRae allan at archlinux.org
Sat Mar 9 20:15:34 EST 2013


Signed-off-by: Allan McRae <allan at archlinux.org>
---

So... it appears we need to look at the output of "make dist" rather
than relying on return code.

 scripts/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index c3c1d73..784b180 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -29,7 +29,8 @@ LIBRARY = \
 	library/output_format.sh \
 	library/parseopts.sh \
 	library/human_to_size.sh \
-	library/size_to_human.sh
+	library/size_to_human.sh \
+	library/term_colors.sh
 
 # Files that should be removed, but which Automake does not know.
 MOSTLYCLEANFILES = $(bin_SCRIPTS)
-- 
1.8.1.5



More information about the pacman-dev mailing list