Correcting install calls for reportbug files in rules.

This commit is contained in:
Daniel Baumann 2009-09-11 15:46:16 +02:00
parent 540bda1a30
commit 915b79baa4
1 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -36,8 +36,8 @@ install: build
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
# Installing bug control # Installing bug control
install -D -m 0644 debian/bug/live-helper.presubj debian/live-helper/usr/share/bug/live-helper install -D -m 0644 debian/bug/live-helper.presubj debian/live-helper/usr/share/bug/live-helper/presubj
install -D -m 0755 debian/bug/live-helper.script debian/live-helper/usr/share/bug/live-helper install -D -m 0755 debian/bug/live-helper.script debian/live-helper/usr/share/bug/live-helper/script
binary: binary-indep binary: binary-indep