We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925f3a commit 9f01fedCopy full SHA for 9f01fed
contrib/guix/libexec/build.sh
@@ -227,7 +227,6 @@ GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz"
227
# Create the source tarball if not already there
228
if [ ! -e "$GIT_ARCHIVE" ]; then
229
mkdir -p "$(dirname "$GIT_ARCHIVE")"
230
- touch "${DIST_ARCHIVE_BASE}"/SKIPATTEST.TAG
231
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
232
fi
233
0 commit comments