xbps-src: do a fake extraction if $distfiles not set too, as before.

This commit is contained in:
Juan RP 2010-12-23 17:59:19 +01:00
parent ce79a6fe48
commit c7aac27ded
1 changed files with 1 additions and 1 deletions

View File

@ -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