diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-17 22:15:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-01-17 22:15:13 +0100 |
commit | bdba07d1cd3f12b7221a828b32c45760bec86d5f (patch) | |
tree | c56055ee01614f30de226c843548db8f31dd8c04 /debian | |
parent | 5b957702d4984a380b8ebcf9d7f8f2c8e4d77582 (diff) | |
download | vyos-live-build-bdba07d1cd3f12b7221a828b32c45760bec86d5f.tar.gz vyos-live-build-bdba07d1cd3f12b7221a828b32c45760bec86d5f.zip |
Removing install call for old changelog, which is not needed anymore.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index a6343963a..c63dfdc20 100755 --- a/debian/rules +++ b/debian/rules @@ -21,8 +21,6 @@ install: build # Installing package $(MAKE) install DESTDIR=$(CURDIR)/debian/live-helper - 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 # Preparing alternatives |