summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 27263de..98c6c47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
override_dh_install:
dh_install
install -d -o www-data -g www-data $(CURDIR)/debian/rss-bridge/var/cache/rss-bridge
+ # the following workaround can be removed once
+ # https://github.com/RSS-Bridge/rss-bridge/issues/561
+ # is fixed
chmod -x $(CURDIR)/debian/rss-bridge/usr/share/rss-bridge/bridges/LeBonCoinBridge.php
override_dh_fixperms: