diff options
author | Allan McRae <allan@archlinux.org> | 2015-05-17 16:02:17 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-05-19 15:43:00 +0200 |
commit | 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 (patch) | |
tree | f965489bcea98a5461f064584fffb16d559e7e84 /scripts/Makefile.am | |
parent | 1a17249159d2425dfd5103b8699673f72394a385 (diff) | |
download | pacman-3d4529335c598e79b5a483fedc4c9d5c12ef10f1.tar.gz pacman-3d4529335c598e79b5a483fedc4c9d5c12ef10f1.tar.xz |
libmakepkg: extract functions for source download and extraction
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5cced98f..907dc4fa 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -43,6 +43,7 @@ libmakepkgdir = $(datarootdir)/makepkg LIBMAKEPKGDIRS = \ lint_package \ lint_pkgbuild \ + source \ tidy \ util @@ -73,6 +74,13 @@ LIBMAKEPKG_IN = \ libmakepkg/lint_pkgbuild/provides.sh \ libmakepkg/lint_pkgbuild/source.sh \ libmakepkg/lint_pkgbuild/util.sh \ + libmakepkg/source.sh \ + libmakepkg/source/bzr.sh \ + libmakepkg/source/file.sh \ + libmakepkg/source/git.sh \ + libmakepkg/source/hg.sh \ + libmakepkg/source/local.sh \ + libmakepkg/source/svn.sh \ libmakepkg/tidy.sh \ libmakepkg/tidy/docs.sh \ libmakepkg/tidy/emptydirs.sh \ |