summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-14 22:40:17 +0100
committerDaniel Baumann <daniel@debian.org>2010-03-14 23:31:03 +0100
commit84919cca6aba581d49d3366a70da4f2a77e608fa (patch)
tree60f7bf4d18a26e89f42abbc103a95183157042e7 /debian
parenta94c084f6e7637a0354b4ba22214b7743fa79e56 (diff)
downloadvyos-live-build-84919cca6aba581d49d3366a70da4f2a77e608fa.tar.gz
vyos-live-build-84919cca6aba581d49d3366a70da4f2a77e608fa.zip
Reordering auto install overrides in rules file.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 287e0da1f..18ba87895 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,13 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
- $(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper
+ $(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-helper install
- # Removing double files
- rm -f debian/live-helper/usr/share/doc/live-helper/COPYING
- rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
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-webhelper debian/live-helper/usr/share/doc/live-helper/changelog.live-webhelper
+ rm -f debian/live-helper/usr/share/doc/live-helper/COPYING
+ rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
+
override_dh_installchangelogs:
dh_installchangelogs docs/ChangeLog