diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
| commit | 2d176937dd77f816ad2958f0b40eb476b29c412d (patch) | |
| tree | dc743644cb41c5faffc58a67b6603d4b1342d41a /debian/rules | |
| parent | f0712b2f79ae4a23146a088624fe48aed7c02cca (diff) | |
| download | vyos-live-build-2d176937dd77f816ad2958f0b40eb476b29c412d.tar.gz vyos-live-build-2d176937dd77f816ad2958f0b40eb476b29c412d.zip | |
Adding live-helper 1.0~a11-1.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index a6357069b..3946bc270 100755 --- a/debian/rules +++ b/debian/rules @@ -25,14 +25,14 @@ install: build # Installing package $(MAKE) install DESTDIR=$(CURDIR)/debian/live-helper - install -D -m 0644 debian/changelog.old debian/live-helper/usr/share/doc/live-helper/changelog.Debian.old + install -D -m 0644 debian/changelog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.Debian.live-package install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper # 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.old debian/live-helper/usr/share/doc/live-helper/changelog.old + mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package binary-arch: build install |
