]> git.pld-linux.org Git - packages/wordpress-plugin-bbpress.git/commitdiff
use versioned build dir
authorElan Ruusamäe <glen@delfi.ee>
Tue, 15 Oct 2013 14:11:33 +0000 (17:11 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 15 Oct 2013 14:11:33 +0000 (17:11 +0300)
wordpress-plugin-bbpress.spec

index 6cbf714aa38db3cc52c71698583b7351f7812a71..ffab08626e19fba47b08234c3e14a95aa8321815 100644 (file)
@@ -33,7 +33,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 bbPress is forum software, made the WordPress way.
 
 %prep
-%setup -qn %{plugin}
+%setup -qc
+mv %{plugin}/* .
+rmdir %{plugin}
 
 rm languages/bbpress.pot
 find -name index.php | xargs rm
This page took 0.061813 seconds and 4 git commands to generate.