diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-30 18:49:10 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-30 18:49:10 (GMT) |
commit | ad87735dab6842cada073bf2ba7a72bfbd713a55 (patch) | |
tree | fae1a4f497c93917f31df082c39620eca3a9a12c /build_tools/bin | |
parent | 6365351c8a2f5f145ee4e058e11cf3a6a5248a3f (diff) | |
download | linhes_dev-ad87735dab6842cada073bf2ba7a72bfbd713a55.zip |
mpv2.py: recheck PKGBUILD in cases where git changes pkgver
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/mpv2.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools/bin/mpv2.py b/build_tools/bin/mpv2.py index 9c60214..b3d5cf2 100755 --- a/build_tools/bin/mpv2.py +++ b/build_tools/bin/mpv2.py @@ -525,6 +525,10 @@ class Packagefile(object): print "- Copying files and updating database" # pkgname could be a list of several pkgs. Since bash array format is # loose, let bash parse the pkgname(s) first, then return a list for us. + self.updateINIT() + if self.arch == 'any': + self.CARCH = 'any' + os.chdir(self.DOCROOT) print |