hooks/pre-pkg: mtime rewriting is default on now.

This commit is contained in:
Enno Boland 2016-02-23 08:05:43 +01:00
parent ca84fd0a9a
commit c83a4d96c4
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@
hook() {
local GIT_CMD date basepkg
# If XBPS_USE_GIT_COMMIT_DATE is disabled in conf file don't continue.
if [ -z $XBPS_USE_GIT_COMMIT_DATE ]; then
# If XBPS_USE_BUILD_MTIME is enabled in conf file don't continue.
if [ -n "$XBPS_USE_BUILD_MTIME" ]; then
return
fi