summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2017-08-05 22:16:34 +0200
committerJohannes Schauer <josch@debian.org>2017-08-05 22:16:34 +0200
commit7bd684b07ad9803698c6fb9b077928f04b179b35 (patch)
tree8c284101326693bb95efbd483c8dbb5b8d6f44e9
parentb7915ea3d2edd94f5e382fdd99a4950d5ccff447 (diff)
debian/rules: add comment about executable bridge workaround
-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: