From 0540bc0c7442a78f81a7f4449863e5a589e7b0c2 Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Sep 08 2024 11:49:55 +0000 Subject: fix: bumpalo shebang --- diff --git a/scripts/srpm.sh b/scripts/srpm.sh index e061429..23d5040 100755 --- a/scripts/srpm.sh +++ b/scripts/srpm.sh @@ -51,6 +51,10 @@ if [ "$VENDOR" -eq 1 ]; then # XXX: remove me once https://github.com/zip-rs/zip2/pull/238 is merged, and zip is updated in cosmic-{files, xdg-portal, edit}. # current version containing the bug: 2.2.0 chmod -x ./vendor/zip/src/spec.rs || true + + # XXX: remove me once bumpalo > 3.16.0 in cosmic-{edit, files, term} + chmod -x ./vendor/bumpalo/src/lib.rs || true + tar -pczf ../vendor-$SHORTCOMMIT.tar.gz vendor fi