From 65e959df9482b8991f607ec6521c3d2065ae313c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 23 Aug 2021 11:37:27 -0400 Subject: first attempt --- scripts/prep-librewolf-dpkg.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/prep-librewolf-dpkg.sh') 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 -- cgit