summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-25 14:47:41 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commit38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a (patch)
treef036ee226cada126d4a16aa08f96feadf6e3af66 /Makefile
parent5fe8b202c38877eabffb08f9d508792484d85f04 (diff)
downloadlive-build-38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a.zip
live-build-38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a.tar.gz
Moving the automatic run of the script tests to package build-time invokation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 681177a..2de14ff 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ test:
build:
@echo "Nothing to build."
-install: test
+install:
# Installing executables
mkdir -p $(DESTDIR)/usr/bin
cp helpers/lh* $(DESTDIR)/usr/bin