mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Set $XBPS_FETCH_DONE after extracting not fetching.
--HG-- extra : convert_revision : fd65f2da02fd6da2c8a9f169f777d7511888704c
This commit is contained in:
parent
e461a25637
commit
7d9172b9ea
2 changed files with 1 additions and 1 deletions
|
@ -162,5 +162,6 @@ extract_distfiles()
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
touch -f $XBPS_FETCH_DONE
|
||||||
touch -f $XBPS_EXTRACT_DONE
|
touch -f $XBPS_EXTRACT_DONE
|
||||||
}
|
}
|
||||||
|
|
|
@ -146,5 +146,4 @@ fetch_distfiles()
|
||||||
done
|
done
|
||||||
|
|
||||||
unset cksum found
|
unset cksum found
|
||||||
touch -f $XBPS_FETCH_DONE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue