]> git.pld-linux.org Git - packages/php-pecl-sasl.git/commitdiff
- more general lib64 if
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 14:19:33 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-sasl.spec -> 1.8

php-pecl-sasl.spec

index 95f86be3141f7e9aaf1d4456db8b9e302cdb6aba..be1a3df00c1a9373571c23d84f950181bdf610b7 100644 (file)
@@ -51,10 +51,10 @@ To rozszerzenie ma w PECL status: %{_status}.
 %prep
 %setup -q -c
 # Ugly, could be done somehow prettier (one combined patch?)
-%ifnarch amd64
-%patch0 -p1
-%else
+%if "%{_lib}" == "lib64"
 %patch1 -p1
+%else
+%patch0 -p1
 %endif
 
 %build
This page took 0.070255 seconds and 4 git commands to generate.