From 97ab6624ea0ec446587060bb57865403c54b2499 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 14 May 2009 10:31:14 +0200 Subject: pkg: Removed $PDIR support --- bin/pkg | 7 ------- 1 file changed, 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 -- cgit v1.2.3