diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -6,7 +6,7 @@ LANGUAGES = de SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* -all: test build +all: build test: @echo -n "Checking for syntax errors" 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 |
