diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 16:34:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 6becfab50db66839a7a34ec7e0742b455071a0f0 (patch) | |
tree | 705219c38fdf7073c7905238dd6435fe993a0db5 /Makefile | |
parent | 041a0544625386608d1550e4d08a60fd614f6ebb (diff) | |
download | vyos-live-build-6becfab50db66839a7a34ec7e0742b455071a0f0.tar.gz vyos-live-build-6becfab50db66839a7a34ec7e0742b455071a0f0.zip |
Updating to install the generic wrapper.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ build: install: test # Installing executables mkdir -p $(DESTDIR)/usr/bin - cp helpers/lh_* helpers/make-live $(DESTDIR)/usr/bin + cp helpers/lh* helpers/make-live $(DESTDIR)/usr/bin # Installing shared data mkdir -p $(DESTDIR)/usr/share/live-helper |