diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:14:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-21 09:14:36 +0200 |
commit | 7e40774efa290a9d507ab62e3ff2929e68803f59 (patch) | |
tree | 209c034326cffc7c71fd3fb9b94bb6d3d8ca88d0 | |
parent | 94c6ba70c24090ea1af4a2722eda224dbf8241b2 (diff) | |
download | live-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.tar.gz live-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.zip |
Making references to debian more distribution neutral.
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | bin/live-snapshot | 4 | ||||
-rw-r--r-- | manpages/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -33,7 +33,7 @@ test: echo "W: checkbashisms - command not found"; \ echo "I: checkbashisms can be optained from: "; \ echo "I: http://git.debian.org/?p=devscripts/devscripts.git"; \ - echo "I: On Debian systems, checkbashisms can be installed with:"; \ + echo "I: On Debian based systems, checkbashisms can be installed with:"; \ echo "I: apt-get install devscripts"; \ fi diff --git a/bin/live-snapshot b/bin/live-snapshot index eccabbc..08eee0a 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -23,7 +23,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# On Debian systems, the complete text of the GNU General Public License +# The complete text of the GNU General Public License # can be found in /usr/share/common-licenses/GPL-3 file. # declare here two vars from /etc/live.conf because of "set -u" @@ -142,7 +142,7 @@ Version () echo "along with this program; if not, write to the Free Software" echo "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" echo - echo "On Debian systems, the complete text of the GNU General Public License" + echo "The complete text of the GNU General Public License" echo "can be found in /usr/share/common-licenses/GPL-3 file." echo echo "Homepage: <http://debian-live.alioth.debian.org/>" diff --git a/manpages/Makefile b/manpages/Makefile index 444468a..00370bc 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -25,7 +25,7 @@ build: po4a.cfg echo "E: po4a - command not found"; \ echo "I: po4a can be optained from:"; \ echo "I: http://po4a.alioth.debian.org/"; \ - echo "I: On Debian systems, po4a can be installed with:"; \ + echo "I: On Debian based systems, po4a can be installed with:"; \ echo "I: apt-get install po4a"; \ exit 1; \ fi |