index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-05-30 19:32:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-31 12:06:45 -0500 |
commit | 5f0692def87b5c15d2ad6606e95c9139187a8132 (patch) | |
tree | 71ca3c06cb00b0af4741f24dcf33e9eb95e267e1 /scripts/makepkg.sh.in | |
parent | 636610432a8dc633812d323d3e85b639aabb3302 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 7 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 6e2f1ad5..75db0c52 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1272,13 +1272,6 @@ unset optdepends options noextract if [ ! -f "$BUILDSCRIPT" ]; then error "$(gettext "%s does not exist.")" "$BUILDSCRIPT" exit 1 - #TODO this is an attempt at a generic way to unset all package specific - #variables in a PKGBUILD - #else - # #this is fun.... we'll unset - # for var in $(grep "=" $BUILDSCRIPT | sed "s|.*\(\<.*\>\)=.*|\1|g"); do - # unset $var - # done fi source "$BUILDSCRIPT" |