From 2ac2bd7bcc9d1481814b74f48af7d7ba848880ac Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Oct 04 2024 05:18:52 +0000 Subject: epoch- Signed-off-by: Ryan Brue --- diff --git a/scripts/srpm.sh b/scripts/srpm.sh index c4f5ad3..e4d3cf1 100755 --- a/scripts/srpm.sh +++ b/scripts/srpm.sh @@ -59,7 +59,7 @@ if [ "$VENDOR" -eq 1 ]; then if [ "$NIGHTLY" -eq 1 ]; then cargo vendor >../vendor-config-$SHORTCOMMIT.toml else - cargo vendor >../vendor-config-$VERSION_NO_TILDE.toml + cargo vendor >../vendor-config-epoch-$VERSION_NO_TILDE.toml fi # XXX: remove me once https://github.com/zip-rs/zip2/pull/238 is merged, and zip is updated in cosmic-{files, xdg-portal, edit}. @@ -74,7 +74,7 @@ if [ "$VENDOR" -eq 1 ]; then if [ "$NIGHTLY" -eq 1 ]; then tar -pczf ../vendor-$SHORTCOMMIT.tar.gz vendor else - tar -pczf ../vendor-$VERSION_NO_TILDE.tar.gz vendor + tar -pczf ../vendor-epoch-$VERSION_NO_TILDE.tar.gz vendor fi fi