summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-06-21 09:14:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-06-21 09:14:36 +0200
commit7e40774efa290a9d507ab62e3ff2929e68803f59 (patch)
tree209c034326cffc7c71fd3fb9b94bb6d3d8ca88d0
parent94c6ba70c24090ea1af4a2722eda224dbf8241b2 (diff)
downloadlive-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.tar.gz
live-boot-7e40774efa290a9d507ab62e3ff2929e68803f59.zip
Making references to debian more distribution neutral.
-rw-r--r--Makefile2
-rwxr-xr-xbin/live-snapshot4
-rw-r--r--manpages/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f048690..a2ab1b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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