]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- leave semicolon at the end of %service block
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Jul 2005 18:26:25 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.230

rpm.macros

index 9736e9889b675ebf3e8bf601f12d144e2ecfd92b..053fafc751ff4212677a9b0a7f4448028062bc05 100644 (file)
@@ -771,5 +771,5 @@ if [ -f /var/lock/subsys/%1 ]; then \
 else \
        %{!-q:echo 'Run "/etc/rc.d/init.d/%1 start" to start %1 service.';} \
        %{-q::;} \
-fi }};
+fi }; }
 
This page took 0.074647 seconds and 4 git commands to generate.