summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-30 14:02:48 -0400
committerB. Stack <bgstack15@gmail.com>2022-03-30 14:02:48 -0400
commitdcbd889c1b8ce2511d87765728d768aa220b5ab0 (patch)
tree34d65d8677f7ff70065d8c83ec6583eddc51cf5d /librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch
parentimprove my prefs.js but (diff)
downloadstackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.tar.gz
stackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.tar.bz2
stackrpms-dcbd889c1b8ce2511d87765728d768aa220b5ab0.zip
lw 98.0 stackrpms rc1
Diffstat (limited to 'librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch')
-rw-r--r--librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch b/librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch
index bb43a8f..2a91d11 100644
--- a/librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch
+++ b/librewolf/debian/patches/debian-hacks/Don-t-build-image-gtests.patch
@@ -9,7 +9,7 @@ is shipped, and not currently run either, just skip building them.
1 file changed, 2 deletions(-)
diff --git a/image/moz.build b/image/moz.build
-index 7dcbb43..4751fee 100644
+index 8754b1b..d4b46ff 100644
--- a/image/moz.build
+++ b/image/moz.build
@@ -5,8 +5,6 @@
bgstack15