From 1ca64abad9cc898adcd655cc35f8b2675a4e6195 Mon Sep 17 00:00:00 2001 From: purian23 Date: Sun, 28 Jun 2026 20:44:17 -0400 Subject: [PATCH] void: remove dbl dms-git transform --- .github/workflows/run-xbps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-xbps.yml b/.github/workflows/run-xbps.yml index 822a927a..5acef840 100644 --- a/.github/workflows/run-xbps.yml +++ b/.github/workflows/run-xbps.yml @@ -177,7 +177,6 @@ jobs: SRC_CACHE="hostdir/sources/dms-git-${GIT_VER}" mkdir -p "$SRC_CACHE" tar -czf "${SRC_CACHE}/dms-git-${GIT_VER}.tar.gz" \ - --transform "s,^\.,dms-git-${GIT_VER}," \ --exclude=void-packages \ --exclude=gh-pages-repo \ --exclude=.git \