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