X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=85b89099e2926d6636463937afd1d3c8fdc09c96;hb=4836a17e5d999c93d65cefae507cd27eddabbd1f;hp=eadd5d7bed0248a5c426e01008c1ece23c62a7ec;hpb=399b76df29db31ce3854884f65e742b958476ee5;p=live-boot-grml.git diff --git a/Makefile b/Makefile index eadd5d7..85b8909 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: then \ for SCRIPT in $(SCRIPTS); \ do \ - checkbashisms $${SCRIPT} || true; \ + checkbashisms -f -x $${SCRIPT} || true; \ echo -n "."; \ done; \ else \ @@ -41,7 +41,6 @@ build: install: # (FIXME) # Installing configuration - install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache # Installing executables @@ -79,10 +78,6 @@ install: done uninstall: - # (FIXME) - # Uninstalling configuration - rm -f $(DESTDIR)/etc/live.conf - # Uninstalling executables rm -f $(DESTDIR)/sbin/live-getty $(DESTDIR)/sbin/live-login $(DESTDIR)/sbin/live-snapshot $(DESTDIR)/sbin/live-swapfile rm -rf $(DESTDIR)/usr/share/live-boot