diff options
author | Allan McRae <allan@archlinux.org> | 2013-09-22 11:25:29 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-14 13:01:03 +1000 |
commit | c9ab8a7f6c4d70672e2681f0e57d3298a2bdab7b (patch) | |
tree | c82d07bc26e2c5884ec280f2d58e541fbc95069b /scripts/.gitignore | |
parent | 0308df07d3209770e5f1c37d765a79c44d731e68 (diff) | |
download | pacman-c9ab8a7f6c4d70672e2681f0e57d3298a2bdab7b.tar.xz |
makepkg: run locally with libtool style wrapper
Build makepkg to scripts/.lib/makepkg and add a wrapper script to
call it. This is not useful at the moment, but is the first step
to allowing makepkg to be split into smaller pieces.
Signed-off-by: Allan McRae <allan@archlinux.org>
[Ashley: rebased]
Signed-off-by: Ashley Whetter <ashley@awhetter.co.uk>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r-- | scripts/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 26e088b9..8dac5035 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,5 +1,6 @@ makepkg makepkg-template +makepkg-wrapper pacman-db-upgrade pacman-key pacman-optimize |