]> git.pld-linux.org Git - packages/luakit.git/commitdiff
- fixed conditional patching
authorpawelz <pawelz@pld-linux.org>
Sat, 16 Oct 2010 00:40:53 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    luakit.spec -> 1.13

luakit.spec

index 0250703171bd0b4fe0fccace41fe4c610a0e7327..48c772729088931b486a6ed7b99a87cd394b1676 100644 (file)
@@ -46,16 +46,17 @@ nyelven bővíthető.
 %if %{without git}
 %setup -qc
 mv mason-larobina-%{name}-*/* .
+%patch0 -p1
+%patch1 -p1
 %else
 %setup -Tc
 git clone %{git_url} luakit.git
 cd luakit.git; git checkout %{git_branch}; cd -
 mv luakit.git/* .
-%endif
-
-%if 0%{!?luakit_patched:1}
+%{!?luakit_skip_patches:
 %patch0 -p1
 %patch1 -p1
+}
 %endif
 
 %build
This page took 0.152739 seconds and 4 git commands to generate.