diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-29 08:12:46 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-29 08:12:46 +0200 |
commit | 320b1ce75e04541613f5e5e70271be6d41bb7c79 (patch) | |
tree | fce045e534d1fd3bb356673bbe0d7cad246fba3c /Makefile | |
parent | 4077a3de7de8bc17dfc2782a206ffecdf6f8178d (diff) | |
download | vyos-live-build-320b1ce75e04541613f5e5e70271be6d41bb7c79.tar.gz vyos-live-build-320b1ce75e04541613f5e5e70271be6d41bb7c79.zip |
Flattening frontend directory within the source tree.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = frontend/cli/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/* +SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/* all: build @@ -45,7 +45,7 @@ install: # Installing executables mkdir -p $(DESTDIR)/usr/bin - cp -a frontend/cli/* $(DESTDIR)/usr/bin + cp -a frontend/* $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/usr/lib/live cp -a scripts/* $(DESTDIR)/usr/lib/live |