diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-06 15:35:23 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:21 +0100 |
commit | 0d16fc697a6aca659d65cf0cb4dda836cdf0e981 (patch) | |
tree | 2d09eef9305db1e3e42161cacbefaa96fc5d42ec /debian/rules | |
parent | 8b5170285e4a7f2e18fc49ad99ac44d1647ced27 (diff) | |
download | live-boot-0d16fc697a6aca659d65cf0cb4dda836cdf0e981.tar.gz live-boot-0d16fc697a6aca659d65cf0cb4dda836cdf0e981.zip |
Don't hard-depend on test target in Makefile.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index bcd2d2d..7c47745 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ %: dh ${@} -override_dh_auto_build: - # disabled - override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/live-boot install |