hooks/do-extract/00-distfiles: do not exit, return instead.
This commit is contained in:
@@ -6,7 +6,7 @@ hook() {
|
|||||||
|
|
||||||
if [ -z "$distfiles" -a -z "$checksum" ]; then
|
if [ -z "$distfiles" -a -z "$checksum" ]; then
|
||||||
mkdir -p $wrksrc
|
mkdir -p $wrksrc
|
||||||
exit 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check that distfiles are there before anything else.
|
# Check that distfiles are there before anything else.
|
||||||
|
|||||||
Reference in New Issue
Block a user