Correct a typo from a bad cut'n'paste.

Reported by:	Stacey Roberts <stacey@vickiandstacey.com>
This commit is contained in:
Joe Marcus Clarke 2003-04-16 17:39:26 +00:00
parent 48f2e38af8
commit 66d69ab9d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79096

View file

@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}
export PATH
if [ "$2" = "PRE-INSTALL" ]; then
if pkg_info | grep "^xscreensaver-[0-9]" >/dev/null 2>&1; then
if pkg_info | grep "^xscreensaver-[0-9]" >/dev/null 2>&1; then
echo ""
echo "*********************************************************"
echo "You already have the non-gnome xscreensaver installed."
@ -16,6 +16,5 @@ if [ "$2" = "PRE-INSTALL" ]; then
echo "*********************************************************"
echo ""
false
fi
done
fi
fi