diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-25 14:47:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | 38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a (patch) | |
tree | f036ee226cada126d4a16aa08f96feadf6e3af66 /Makefile | |
parent | 5fe8b202c38877eabffb08f9d508792484d85f04 (diff) | |
download | vyos-live-build-38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a.tar.gz vyos-live-build-38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a.zip |
Moving the automatic run of the script tests to package build-time invokation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |