diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-27 11:01:01 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-28 07:58:14 +0200 |
commit | 58bdabe1391f37a9a9e441ce42ef48bd11944843 (patch) | |
tree | 5e7bb24c7a43b126c93830b5fce7490bf7b41b2f /debian | |
parent | d32a3ed292b14f93edf3346cc6dd899c1f33832b (diff) | |
download | vyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.tar.gz vyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.zip |
Moving cgi to its own source package.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 54f162b7d..9a8e28404 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,6 @@ override_dh_auto_install: # Removing unused files rm -f debian/live-build/usr/share/doc/live-build/COPYING - # live-build-cgi - mkdir -p debian/live-build-cgi/usr/share/live/build - mv debian/live-build/usr/share/live/build/cgi debian/live-build-cgi/usr/share/live/build - override_dh_builddeb: dh_builddeb -- -Zxz |