X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=cb931caede9603d96a1d6983ce31914c6036c688;hb=b927be2f137bcad520852be4fb9afb1e1ced420b;hp=dae4ec1df24b88e6e17fe62e92e304ff6171bfb0;hpb=036e76c546c5c335dd7cea4a5027e71df5e57c76;p=live-boot-grml.git diff --git a/Makefile b/Makefile index dae4ec1..cb931ca 100644 --- a/Makefile +++ b/Makefile @@ -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" @@ -43,7 +43,7 @@ build: install: # Installing executables mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile bin/live-toram $(DESTDIR)/sbin + cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-boot cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot @@ -77,7 +77,7 @@ install: uninstall: # Uninstalling executables - rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile $(DESTDIR)/sbin/live-toram + rm -f $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rmdir --ignore-fail-on-non-empty $(DESTDIR)/sbin rm -rf $(DESTDIR)/usr/share/live-boot