[neon/qt/qtwebengine/Neon/release] debian: do not delete jstemplate file which is used during build
Jonathan Esk-Riddell
null at kde.org
Fri Jun 24 14:51:43 BST 2022
Git commit 631b225680e0d07e6779ab55f3a51562e0d3aa47 by Jonathan Esk-Riddell.
Committed on 24/06/2022 at 13:51.
Pushed by jriddell into branch 'Neon/release'.
do not delete jstemplate file which is used during build
M +1 -1 debian/rules
https://invent.kde.org/neon/qt/qtwebengine/commit/631b225680e0d07e6779ab55f3a51562e0d3aa47
diff --git a/debian/rules b/debian/rules
index 37a398e..8e71fdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ override_dh_auto_clean:
rm -rf $(CURDIR)/test_root
rm -rf $(CURDIR)/docs
rm -rf $(CURDIR)/.local
- rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
+ #rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
rm -f $(CURDIR)/examples/webenginewidgets/contentmanipulation/jquery*.js
for fname in $(touch_files); do \
More information about the Neon-commits
mailing list