diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 16:34:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-11 16:34:13 +0100 |
commit | e6d09c8eeb55b694b0f770c6b2c4c127df58e6c1 (patch) | |
tree | 705219c38fdf7073c7905238dd6435fe993a0db5 /Makefile | |
parent | 5fec5b20a4871caf67f77d9f571f70c4cc2a22f8 (diff) | |
download | vyos-live-build-e6d09c8eeb55b694b0f770c6b2c4c127df58e6c1.tar.gz vyos-live-build-e6d09c8eeb55b694b0f770c6b2c4c127df58e6c1.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 |