diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 12:21:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | 5859f072aba6848671f64a95cbf1a1bf025b81f9 (patch) | |
tree | 939d71013d6ca7e8404c77fff213c4646b64e36c /debian | |
parent | 92058b111c59bdca434789ea7c6f8c3db1216432 (diff) | |
download | vyos-live-build-5859f072aba6848671f64a95cbf1a1bf025b81f9.tar.gz vyos-live-build-5859f072aba6848671f64a95cbf1a1bf025b81f9.zip |
Updating install call for live-helper defaults file.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f15042752..868486a69 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ install: build # Installing message catalogs $(MAKE) -C po install DESTDIR=$(CURDIR)/debian/live-helper - install -D -m 0644 debian/default debian/live-helper/etc/default/live-helper_autobuild + install -D -m 0644 debian/live-helper.default debian/live-helper/etc/default/live-helper_autobuild # Preparing alternatives mv debian/live-helper/usr/share/live-helper/includes debian/live-helper/usr/share/live-helper/includes.debian |