summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-05-14 10:31:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-05-14 10:31:14 +0200
commit97ab6624ea0ec446587060bb57865403c54b2499 (patch)
tree754dc93a76ec69cdec071ae07aef788521b0f3e5
parent48e0bd9332b1c1c914c45da1794846cd9eac967f (diff)
pkg: Removed $PDIR support
-rwxr-xr-xbin/pkg7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/pkg b/bin/pkg
index f7a6d1a..1204ad3 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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