summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2014-07-14 13:52:30 +0200
committerOndřej Surý <ondrej@sury.org>2014-07-14 14:00:38 +0200
commit4a678e134ccf6ccd519e26348df723a8be0f8ff4 (patch)
tree420b2334897cef663b76574190c02d0313f3666e /debian/rules
parent2f3a80efb825bc78c06cdceabbfebc5e224b3642 (diff)
downloadphp-4a678e134ccf6ccd519e26348df723a8be0f8ff4.tar.gz
Fix invalid reportbug script directory in the php5 package (Closes: #754775)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 00202b495..de56fab70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -550,9 +550,9 @@ ifeq (yes,$(RUN_TESTS))
endif
# Install reportbug for php5 package
- mkdir -p debian/php5/usr/share/reportbug/php5
- install -m644 debian/php5.bug.control debian/php5/usr/share/reportbug/php5/control
- ln -s ../php5-common/script debian/php5/usr/share/reportbug/php5/script
+ mkdir -p debian/php5/usr/share/bug/php5
+ install -m644 debian/php5.bug.control debian/php5/usr/share/bug/php5/control
+ ln -s ../php5-common/script debian/php5/usr/share/bug/php5/script
# Install helper shell fragment
install -m644 debian/php5-helper $(CURDIR)/debian/php5-common/usr/share/php5/