diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-30 21:24:01 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:40 +0100 |
commit | 0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e (patch) | |
tree | 2c3b7331874232977f7a4f348dcafe928de5d723 /Makefile | |
parent | 730b24850784a6dca39f26c880c8253fb24bdd78 (diff) | |
download | vyos-live-build-0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e.tar.gz vyos-live-build-0c9e2bf57cbdbb71e0abf9620282df8f471e6c5e.zip |
Adding dummy live-helper command to make any confused user aware that live-helper is a set of commands starting with the lh_ prefix.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ build: install: # Installing executables mkdir -p $(DESTDIR)/usr/bin - cp helpers/lh* $(DESTDIR)/usr/bin + cp helpers/* $(DESTDIR)/usr/bin # Installing shared data mkdir -p $(DESTDIR)/usr/share/live-helper |