diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 19:08:06 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | 781d6c77bacfa2151134087f6376f2ba76bab9ee (patch) | |
tree | b6038a587ae3499aa506751b6200ebce80d260c5 /Makefile | |
parent | b13a8381a4e5aaff43f7d2e2550bd2df20f23ceb (diff) | |
download | vyos-live-build-781d6c77bacfa2151134087f6376f2ba76bab9ee.tar.gz vyos-live-build-781d6c77bacfa2151134087f6376f2ba76bab9ee.zip |
Don't attempt install deprecated helpers/make-live.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ build: install: test # Installing executables mkdir -p $(DESTDIR)/usr/bin - cp helpers/lh* helpers/make-live $(DESTDIR)/usr/bin + cp helpers/lh* $(DESTDIR)/usr/bin # Installing shared data mkdir -p $(DESTDIR)/usr/share/live-helper |