diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:26 +0200 |
commit | bcc87559f837e934390b9c7bf998371ad24c7acc (patch) | |
tree | 06a23a3b33496c66bb40ba1fe8bb3c162d1f2a45 | |
parent | 77150ccf4d236bb216e8f13cb610e40c6ae505cf (diff) | |
download | vyos-live-build-bcc87559f837e934390b9c7bf998371ad24c7acc.tar.gz vyos-live-build-bcc87559f837e934390b9c7bf998371ad24c7acc.zip |
Correcting grammer error in live-build description.
-rwxr-xr-x | bin/live-build | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/live-build b/bin/live-build index 14d66d681..4f277622c 100755 --- a/bin/live-build +++ b/bin/live-build @@ -30,7 +30,7 @@ then man live-build exit 0 else - Echo "live-build contains the scripts that build a Debian Live system from a configuration directory." + Echo "live-build contains the scripts to build a Debian Live system from a configuration directory." echo Echo "An introduction to live-build can be found in the live-build(7) manpage." diff --git a/debian/control b/debian/control index d057acef5..bfa5d8916 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Suggests: mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, uuid-runtime, win32-loader Description: Live System Build Scripts - live-build contains the scripts that build a live system from a configuration + live-build contains the scripts to build a live system from a configuration directory. Package: live-build-cgi @@ -28,7 +28,7 @@ Architecture: all Depends: ${misc:Depends}, live-build (= ${source:Version}) Recommends: apache2 | httpd, cron Description: Live System Build Scripts (CGI frontend) - live-build contains the scripts that build a live system from a configuration + live-build contains the scripts to build a live system from a configuration directory. . This package contains the CGI frontend (experimental!). |