summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh
index b6c2e5e..9bd569a 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -92,9 +92,9 @@ test -z "${SKIP_EXTRACT}" && {
# Script 1 tasks
# some direct patching to use the bundled cbindgen until cbindgen >= 0.19.0 is in the debian sid repos
-cd "${debian_dir}"
-patch -Np1 -i "${CI_PROJECT_DIR}"/cbindgen.patch
-cd "${work_dir}"
+#cd "${debian_dir}"
+#patch -Np1 -i "${CI_PROJECT_DIR}"/cbindgen.patch
+#cd "${work_dir}"
# update debian/control file
# update fields and add libjack-dev
bgstack15