FS#3440 - Honor $PKGDEST in devtools
Attached to Project:
Arch Linux
Opened by Mark Rosenstand (bitbull) - Monday, 07 November 2005, 19:46 GMT
Opened by Mark Rosenstand (bitbull) - Monday, 07 November 2005, 19:46 GMT
|
Details
makepkg.conf is already being sourced, so it should be as
simple as check if it's set, and if so, get the package from
there :)
|
This task depends upon
Closed by arjan timmerman (blaasvis)
Sunday, 26 March 2006, 12:54 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 0.3.3-1
Sunday, 26 March 2006, 12:54 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 0.3.3-1
pkgfile=$PKGDEST/$pkgfile
fi
is added so this is fixed