Flattening frontend directory within the source tree.
This commit is contained in:
parent
4077a3de7d
commit
320b1ce75e
4
Makefile
4
Makefile
|
@ -4,7 +4,7 @@ SHELL := sh -e
|
||||||
|
|
||||||
LANGUAGES = $(shell cd manpages/po && ls)
|
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
|
all: build
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ install:
|
||||||
|
|
||||||
# Installing executables
|
# Installing executables
|
||||||
mkdir -p $(DESTDIR)/usr/bin
|
mkdir -p $(DESTDIR)/usr/bin
|
||||||
cp -a frontend/cli/* $(DESTDIR)/usr/bin
|
cp -a frontend/* $(DESTDIR)/usr/bin
|
||||||
|
|
||||||
mkdir -p $(DESTDIR)/usr/lib/live
|
mkdir -p $(DESTDIR)/usr/lib/live
|
||||||
cp -a scripts/* $(DESTDIR)/usr/lib/live
|
cp -a scripts/* $(DESTDIR)/usr/lib/live
|
||||||
|
|
Loading…
Reference in New Issue