summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2008-06-26 15:58:40 +0200
committerJindrich Novy <jnovy@redhat.com>2008-06-26 15:58:40 +0200
commita9d58acedc555d38228486863f72510293f3c626 (patch)
tree6810fbf434915e03c21b3717e0a31f9e06abc8d9 /tests
parent65110dfa7dba070cf0ec2467d1f4ddae458640c9 (diff)
downloadlibrpm-tizen-a9d58acedc555d38228486863f72510293f3c626.tar.gz
librpm-tizen-a9d58acedc555d38228486863f72510293f3c626.tar.bz2
librpm-tizen-a9d58acedc555d38228486863f72510293f3c626.zip
Take new directory into account in rpmbuild test
Diffstat (limited to 'tests')
-rw-r--r--tests/rpmbuild.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rpmbuild.at b/tests/rpmbuild.at
index 61806d27d..8a1eaa0ff 100644
--- a/tests/rpmbuild.at
+++ b/tests/rpmbuild.at
@@ -53,6 +53,7 @@ TOPDIR="${abs_builddir}"/testing/build
rm -rf ${TOPDIR}
AS_MKDIR_P(${TOPDIR}/SOURCES)
AS_MKDIR_P(${TOPDIR}/BUILD)
+AS_MKDIR_P(${TOPDIR}/BUILDROOT)
AS_MKDIR_P(${TOPDIR}/SPECS)
AS_MKDIR_P(${TOPDIR}/RPMS)
AS_MKDIR_P(${TOPDIR}/SRPMS)