remove questionable idiom

This commit is contained in:
Travis Cross
2012-05-09 14:10:20 +00:00
parent 225eebc20d
commit 0165a813d7
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if [ -z "$1" ]; then
exit 1;
fi
(mkdir -p rpmbuild && cd $_ && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SOURCES SPECS)
(mkdir -p rpmbuild && cd rpmbuild && mkdir -p SOURCES BUILD BUILDROOT i386 x86_64 SOURCES SPECS)
cd $src_repo
rpmbuild --define "_topdir %(pwd)/rpmbuild" \