summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-19 02:59:55 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-19 02:59:55 +0200
commit2d16c7e2585c52d2c5eb10c19a5f4c8a066192db (patch)
treef403ca7739ce3e6b13da1756580687e99346cfc0 /Makefile
parent5816e7afe0d8187b4ffd627689e1aa427a1c1fc8 (diff)
downloadvyos-live-build-2d16c7e2585c52d2c5eb10c19a5f4c8a066192db.tar.gz
vyos-live-build-2d16c7e2585c52d2c5eb10c19a5f4c8a066192db.zip
Moving scripts from /usr/share/live to /usr/lib/live for consistency with all debian-live packages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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