diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:23 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:23 +0200 |
commit | 873a8ac3d1221f47f695c8d89a63370296afffda (patch) | |
tree | d5ee5d0327d701406a8ffa9f00ac3ed04452c08b /Makefile | |
parent | 4a992637066b9cb25b57b9122707e5e5ecfcaf0d (diff) | |
download | vyos-live-build-873a8ac3d1221f47f695c8d89a63370296afffda.tar.gz vyos-live-build-873a8ac3d1221f47f695c8d89a63370296afffda.zip |
Adding live-package 0.99.8-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ install: install -d -m 0755 $(DESTDIR)/usr/share/make-live/lists install -m 0644 src/lists/* $(DESTDIR)/usr/share/make-live/lists + @# Install flavour hooks + install -d -m 0755 $(DESTDIR)/usr/share/make-live/hooks + install -m 0644 src/hooks/* $(DESTDIR)/usr/share/make-live/hooks + @# Install sub scripts install -d -m 0755 $(DESTDIR)/usr/share/make-live/scripts install -m 0755 src/scripts/*.sh $(DESTDIR)/usr/share/make-live/scripts |