]> git.pld-linux.org Git - packages/wine.git/commitdiff
- fixed %%post, release 6
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Mar 2002 20:30:48 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine.spec -> 1.68

wine.spec

index e28cf512ed406cff8d904e6871ddf971017c50f0..0b06778c96413b704f2906dc15834938d4eb1fc4 100644 (file)
--- 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
 
This page took 0.402137 seconds and 4 git commands to generate.