diff options
author | Alad Wenter <alad@archlinux.info> | 2016-10-08 19:34:15 +0200 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-05-09 05:27:44 +0200 |
commit | 7bb1c73cfaf22d9f2dbc041dcd0114e6322fc89d (patch) | |
tree | 19f798ba60945d74e5d663c580aebead9b1f8fb5 /scripts/po | |
parent | c2aed8aaff7f092cb5ab5d5ce38a98e0ef1a6adc (diff) | |
download | pacman-7bb1c73cfaf22d9f2dbc041dcd0114e6322fc89d.tar.gz pacman-7bb1c73cfaf22d9f2dbc041dcd0114e6322fc89d.tar.xz |
libmakepkg: generate all scripts
In order for the scripts to be used in testsuites, it is easiest to generate
all of them so they are found in the build directory (which may be different
to the source directory).
Signed-off-by: Alad Wenter <alad@archlinux.info>
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit aca153bfa6b1bcd828f0b35db453bb9fea6a08bf)
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 3ac5a438..36d61f78 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -46,7 +46,7 @@ scripts/libmakepkg/tidy/staticlibs.sh.in scripts/libmakepkg/tidy/strip.sh.in scripts/libmakepkg/tidy/upx.sh.in scripts/libmakepkg/tidy/zipman.sh.in -scripts/libmakepkg/util/message.sh +scripts/libmakepkg/util/message.sh.in scripts/libmakepkg/util/source.sh.in scripts/library/output_format.sh scripts/library/parseopts.sh |