From 320b1ce75e04541613f5e5e70271be6d41bb7c79 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Apr 2015 08:12:46 +0200 Subject: [PATCH] Flattening frontend directory within the source tree. --- Makefile | 4 ++-- frontend/{cli => }/lb | 0 frontend/{cli => }/live-build | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename frontend/{cli => }/lb (100%) rename frontend/{cli => }/live-build (100%) diff --git a/Makefile b/Makefile index 965719f65..77d134982 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/frontend/cli/lb b/frontend/lb similarity index 100% rename from frontend/cli/lb rename to frontend/lb diff --git a/frontend/cli/live-build b/frontend/live-build similarity index 100% rename from frontend/cli/live-build rename to frontend/live-build