diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-24 17:06:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-24 17:10:10 +0200 |
commit | d039300d825867e656bab8700b1f4cbace20a74b (patch) | |
tree | a6b80f2ddec96ad9ac94a5ba72a0f0ca9eac0bb4 /Makefile | |
parent | eeda87dfbe9df20d08c5acfcee1cbd88e9188a09 (diff) | |
download | vyos-live-build-d039300d825867e656bab8700b1f4cbace20a74b.tar.gz vyos-live-build-d039300d825867e656bab8700b1f4cbace20a74b.zip |
Rearranging helpers scripts in source tree.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = de -SCRIPTS = live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/* +SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/* all: test build @@ -41,11 +41,11 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live-helper - cp -r cgi data examples live-helper.sh functions helpers hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper + cp -r cgi data examples functions scripts hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper # Installing executables mkdir -p $(DESTDIR)/usr/bin - mv $(DESTDIR)/usr/share/live-helper/helpers/lh $(DESTDIR)/usr/share/live-helper/helpers/live-helper $(DESTDIR)/usr/bin + mv $(DESTDIR)/usr/share/live-helper/scripts/build/lh $(DESTDIR)/usr/share/live-helper/scripts/build/live-helper $(DESTDIR)/usr/bin # Installing documentation mkdir -p $(DESTDIR)/usr/share/doc/live-helper |