From 83206a8338963ad52be4140904acc2bffbdac3a2 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Sat, 31 Aug 2013 01:32:30 +0200 Subject: [PATCH] Modified the final message to better see the install command --- lib/javase.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/javase.sh b/lib/javase.sh index 8e0d0f5..6e081cd 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -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 } -- 2.39.2