diff options
-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 bdbd4c792..d78060bef 100755 --- a/bin/live-build +++ b/bin/live-build @@ -28,7 +28,7 @@ then else cat << EOF -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. An introduction to live-build can be found in the live-build(7) manpage. diff --git a/debian/control b/debian/control index 1792e45db..20e69bd94 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Suggests: mtools, parted, squashfs-tools | mtd-tools, 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!). |