[pacman-dev] [PATCH v3 2/2] libmakepkg: generate scripts in util
Alad Wenter
alad at archlinux.info
Sat Oct 8 17:34:15 UTC 2016
util/util.sh, util/message.sh, and util/option.sh were the only
remaining scripts which were not generated by make.
Signed-off-by: Alad Wenter <alad at archlinux.info>
---
scripts/Makefile.am | 5 ++++-
scripts/libmakepkg/util/{message.sh => message.sh.in} | 0
scripts/libmakepkg/util/{option.sh => option.sh.in} | 0
scripts/libmakepkg/util/{util.sh => util.sh.in} | 0
4 files changed, 4 insertions(+), 1 deletion(-)
rename scripts/libmakepkg/util/{message.sh => message.sh.in} (100%)
rename scripts/libmakepkg/util/{option.sh => option.sh.in} (100%)
rename scripts/libmakepkg/util/{util.sh => util.sh.in} (100%)
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 339b8ba..2fb32e0 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -96,8 +96,11 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/strip.sh \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
+ libmakepkg/util/message.sh \
+ libmakepkg/util/option.sh \
libmakepkg/util/pkgbuild.sh \
- libmakepkg/util/source.sh
+ libmakepkg/util/source.sh \
+ libmakepkg/util/util.sh
LIBMAKEPKG_DIST = \
$(LIBMAKEPKG) \
diff --git a/scripts/libmakepkg/util/message.sh b/scripts/libmakepkg/util/message.sh.in
similarity index 100%
rename from scripts/libmakepkg/util/message.sh
rename to scripts/libmakepkg/util/message.sh.in
diff --git a/scripts/libmakepkg/util/option.sh b/scripts/libmakepkg/util/option.sh.in
similarity index 100%
rename from scripts/libmakepkg/util/option.sh
rename to scripts/libmakepkg/util/option.sh.in
diff --git a/scripts/libmakepkg/util/util.sh b/scripts/libmakepkg/util/util.sh.in
similarity index 100%
rename from scripts/libmakepkg/util/util.sh
rename to scripts/libmakepkg/util/util.sh.in
--
2.10.0
More information about the pacman-dev
mailing list