]> git.pld-linux.org Git - packages/kBuild.git/commitdiff
- use versioned build dir auto/th/kBuild-0.1.9998-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 25 Nov 2012 15:51:42 +0000 (17:51 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 25 Nov 2012 15:51:42 +0000 (17:51 +0200)
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.025141 seconds and 4 git commands to generate.