]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
Modified the final message to better see the install command
authorEmmanuel Bourg <ebourg@apache.org>
Fri, 30 Aug 2013 23:32:30 +0000 (01:32 +0200)
committerEmmanuel Bourg <ebourg@apache.org>
Fri, 30 Aug 2013 23:32:30 +0000 (01:32 +0200)
lib/javase.sh

index 8e0d0f5e2fb579595f3c494ee3481ed5198ea869..6e081cd8fbeebf10f023d758983ae1e4b4768e59 100644 (file)
@@ -241,8 +241,10 @@ j2se_build() {
     fi
     cat << EOF
 
-The Debian package has been created in the current directory. You can
-install the package as root (e.g. dpkg -i $deb_filename). 
+The Debian package has been created in the current directory.
+You can install the package as root with:
+
+    dpkg -i $deb_filename
 
 EOF
 }