From 2d16c7e2585c52d2c5eb10c19a5f4c8a066192db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Jul 2012 02:59:55 +0200 Subject: Moving scripts from /usr/share/live to /usr/lib/live for consistency with all debian-live packages. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61648874f..a1eaa842b 100644 --- a/Makefile +++ b/Makefile @@ -40,13 +40,16 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r frontends/cgi data examples functions scripts includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build + cp -r frontends/cgi data examples functions includes package-lists templates VERSION $(DESTDIR)/usr/share/live/build cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables mkdir -p $(DESTDIR)/usr/bin cp -a bin/* $(DESTDIR)/usr/bin + mkdir -p $(DESTDIR)/usr/lib/live + cp -a scripts/* $(DESTDIR)/usr/lib/live + # Installing documentation mkdir -p $(DESTDIR)/usr/share/doc/live-build cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-build -- cgit v1.2.3