diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-21 09:37:24 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-04-09 21:28:19 +0200 |
commit | 2b25d825faa06e6889f41122cf14706a473154b8 (patch) | |
tree | 917e49bb314d07fc83cacc171743d76cb9eeab8a /Makefile | |
parent | 89abea479f6b685318fc79b97605e71d5fd8083d (diff) | |
download | vyos-live-build-2b25d825faa06e6889f41122cf14706a473154b8.tar.gz vyos-live-build-2b25d825faa06e6889f41122cf14706a473154b8.zip |
Adding -r, --repositories option to select preconfigured third-party repositories more easily.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live-helper - cp -r cgi data examples live-helper.sh functions helpers hooks includes lists templates $(DESTDIR)/usr/share/live-helper + cp -r cgi data examples live-helper.sh functions helpers hooks includes lists repositories templates $(DESTDIR)/usr/share/live-helper # Installing executables mkdir -p $(DESTDIR)/usr/bin |