diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:38:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:40:18 +0200 |
commit | a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3 (patch) | |
tree | 34ce754a33390303ff91d06a210c2a9bfe788892 /Makefile | |
parent | 65ac1c651c517deb260389b8b9c374741a594bbd (diff) | |
download | vyos-live-build-a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3.tar.gz vyos-live-build-a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3.zip |
Renaming repositories option to archives for consistency with debian-policy terminology.
In order to be consistent with terminology used in debian-policy,
we've always tried to use the same names for the same things.
The repository option is one of the last things that were too
late in squeeze release cycle to be renamed in time.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r cgi data examples functions scripts includes lists repositories templates $(DESTDIR)/usr/share/live/build + cp -r archives cgi data examples functions scripts includes lists templates $(DESTDIR)/usr/share/live/build # Installing executables mkdir -p $(DESTDIR)/usr/bin |