aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2013-07-17 16:41:48 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2013-07-17 16:41:48 -0700
commita0c1a7a5a799042fbe5bfb3bfb9791efe490a843 (patch)
tree6149c7603f13c627b4b865da06a94c86ee185688 /sci-libs/coinor-bcp
parentsci-libs/coinor-mp: Removed out-of-prefix files (diff)
downloadsci-a0c1a7a5a799042fbe5bfb3bfb9791efe490a843.tar.gz
sci-a0c1a7a5a799042fbe5bfb3bfb9791efe490a843.tar.bz2
sci-a0c1a7a5a799042fbe5bfb3bfb9791efe490a843.zip
moved AUTOTOOLS_BUILD_DIR -> BUILD_DIR
Diffstat (limited to 'sci-libs/coinor-bcp')
-rw-r--r--sci-libs/coinor-bcp/coinor-bcp-1.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/coinor-bcp/coinor-bcp-1.3.5.ebuild b/sci-libs/coinor-bcp/coinor-bcp-1.3.5.ebuild
index daa41c810..b49d68954 100644
--- a/sci-libs/coinor-bcp/coinor-bcp-1.3.5.ebuild
+++ b/sci-libs/coinor-bcp/coinor-bcp-1.3.5.ebuild
@@ -41,7 +41,7 @@ src_configure() {
}
src_test() {
- pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null || die
+ pushd "${BUILD_DIR}" > /dev/null || die
emake test
popd > /dev/null || die
}