diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-14 22:40:17 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 7d27e2c69f61568c153f3d80ebb8388b7c1b121c (patch) | |
tree | 60f7bf4d18a26e89f42abbc103a95183157042e7 /debian/rules | |
parent | 1733d88253b902f8f1e335a6e37c98fe982d1190 (diff) | |
download | vyos-live-build-7d27e2c69f61568c153f3d80ebb8388b7c1b121c.tar.gz vyos-live-build-7d27e2c69f61568c153f3d80ebb8388b7c1b121c.zip |
Reordering auto install overrides in rules file.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
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 |