From c61b4375beced479a31f631c1b87a45c34ba9e93 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 3 Mar 2002 20:30:48 +0000 Subject: [PATCH] - fixed %%post, release 6 Changed files: wine.spec -> 1.68 --- wine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine.spec b/wine.spec index e28cf51..0b06778 100644 --- a/wine.spec +++ b/wine.spec @@ -4,7 +4,7 @@ Summary(pl): Program pozwalaj Summary(pt_BR): Executa programas Windows no Linux Name: wine Version: 20020122 -Release: 5 +Release: 6 License: distributable Group: Applications/Emulators Source0: ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz @@ -193,7 +193,7 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig /sbin/chkconfig --add wine -if [ ! -f /var/lock/subsys/wine ] +if [ ! -f /var/lock/subsys/wine ]; then echo "Run \"/etc/rc.d/init.d/wine start\" to start wine service." >&2 fi -- 2.44.0