xbps-src: do a fake extraction if $distfiles not set too, as before.
This commit is contained in:
parent
ce79a6fe48
commit
c7aac27ded
|
@ -53,7 +53,7 @@ extract_distfiles()
|
|||
#
|
||||
# If noextract is set, do a "fake extraction".
|
||||
#
|
||||
if [ -n "$noextract" ]; then
|
||||
if [ -z "$distfiles" -o -n "$noextract" ]; then
|
||||
mkdir $wrksrc
|
||||
run_func do_extract
|
||||
touch -f $XBPS_EXTRACT_DONE
|
||||
|
|
Loading…
Reference in New Issue
Block a user