]> git.pld-linux.org Git - packages/kBuild.git/blobdiff - kBuild.spec
- use versioned build dir
[packages/kBuild.git] / kBuild.spec
index 9beb3fb49db88290b9664718c4b1410418821c68..295fb588893d9efc0dc72dcd7003c4982effcaa4 100644 (file)
@@ -51,7 +51,8 @@ The goals of the kBuild framework:
 - Non-recursive makefile method by using sub-makefiles
 
 %prep
-%setup -q -n %{name}
+%setup -qc
+mv %{name} .tmp; mv .tmp/* .
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
This page took 0.135419 seconds and 4 git commands to generate.