index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-09-22 14:54:03 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-09-22 14:54:03 +1000 |
commit | be503c6eacca4c24878f4aaa928751bc051ebb1f (patch) | |
tree | 91cc1c61b005d6f03258ded97d35b9e6979400c8 | |
parent | 6946d7d1b77a550c3f4de48e4cc6ad1094ac6b10 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 4 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ec8218f2..793d42c6 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -88,10 +88,6 @@ SPLITPKG=0 SOURCEONLY=0 VERIFYSOURCE=0 -# Forces the pkgver of the current PKGBUILD. Used by the fakeroot call -# when dealing with svn/cvs/etc PKGBUILDs. -FORCE_VER="" - PACMAN_OPTS= shopt -s extglob |