diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-14 10:31:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-14 10:31:14 +0200 |
commit | 97ab6624ea0ec446587060bb57865403c54b2499 (patch) | |
tree | 754dc93a76ec69cdec071ae07aef788521b0f3e5 /bin/pkg | |
parent | 48e0bd9332b1c1c914c45da1794846cd9eac967f (diff) |
pkg: Removed $PDIR support
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -105,13 +105,6 @@ shift export PKG_DIR export PKG_ROOT -# Legacy crap (XXX remove before 1.0 release) -if [[ -n $PDIR ]] { - warn "LEGACY WARNING: use PKG_DIR instead of PDIR (fix your config)\n" - PKG_DIR=$PDIR - unset PDIR -} - # Avoid calling debug without debug mode... just in case one needs more speed if (( !DEBUG )) { unalias debug |