diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:38 +0200 |
commit | b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096 (patch) | |
tree | 11f333a478cee2fb196784636a1801bcf6f8bfe4 /debian/rules | |
parent | 16b3f9f04c720781692c68aa754ec249bb1c9d4d (diff) | |
download | vyos-live-build-b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096.tar.gz vyos-live-build-b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096.zip |
Adding live-package 0.99.18-1.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d2e32d59e..ef72deaf4 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,7 @@ install: build # Installing package $(MAKE) install DESTDIR=$(CURDIR)/debian/live-package + install -D debian/default debian/live-package/etc/default/make-live binary-arch: build install @@ -32,6 +33,7 @@ binary-indep: build install dh_installchangelogs ChangeLog dh_installdocs dh_install + dh_installcron dh_compress dh_fixperms dh_installdeb |