]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- cosmetics
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 15 Apr 2010 15:02:51 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.343

postfix.spec

index d9ec52d21a77447f33a859fa77258220c3e30642..92c500e2dd36b30e500ae368fd00e5b28f339860 100644 (file)
@@ -254,10 +254,10 @@ Plik monitrc do monitorowania serwera Postfix.
 
 %prep
 %setup -q
-#{?with_vda:zcat %{SOURCE7} | %{__patch} -p1 -s}
-#{?with_vda:zcat %{SOURCE11} | %{__patch} -p1 -s}
-%{?with_vda:cat %{SOURCE7} | %{__patch} -p1 -s}
-%{?with_vda:cat %{SOURCE11} | %{__patch} -p1 -s}
+%if %{with vda}
+cat %{SOURCE7} | %{__patch} -p1 -s
+cat %{SOURCE11} | %{__patch} -p1 -s
+%endif
 
 find -type f | xargs sed -i -e 's|/etc/postfix|/etc/mail|g'
 
This page took 0.384306 seconds and 4 git commands to generate.