Bah, fix another error with custom-install and distfiles not set.
--HG-- extra : convert_revision : e234012ab35ffa018945366eb81ecdabefdd5b01
This commit is contained in:
@@ -54,8 +54,7 @@ extract_distfiles()
|
||||
#
|
||||
# If noextract is set, do a "fake extraction".
|
||||
#
|
||||
if [ -n "$noextract" ]; then
|
||||
msg_normal "Manual extraction for $pkgname-$lver."
|
||||
if [ -z "$distfiles" -o -n "$noextract" ]; then
|
||||
mkdir $wrksrc
|
||||
touch -f $XBPS_EXTRACT_DONE
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user