diff options
author | Carl Dong <contact@carldong.me> | 2021-07-22 17:47:22 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-07-23 14:09:16 +0800 |
commit | 34f9f88bc95cca04d3a5b71127ea6425a6e3b762 (patch) | |
tree | 2280911d9dc73047939133b87e43d6118c425c0b | |
parent | 9e52a30ebd0eb29c4068791fbf12d62091ada116 (diff) |
guix/build: Remove vestigial SKIPATTEST.TAG
Github-Pull: #22533
Rebased-From: 9f01feda0ad99d8600f9edee1f37594c5166a7b8
-rwxr-xr-x | contrib/guix/libexec/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index bc3391e089..356bd70070 100755 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -227,7 +227,6 @@ GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz" # Create the source tarball if not already there if [ ! -e "$GIT_ARCHIVE" ]; then mkdir -p "$(dirname "$GIT_ARCHIVE")" - touch "${DIST_ARCHIVE_BASE}"/SKIPATTEST.TAG git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD fi |