mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sci-libs/jdqz: use pushd popd
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -45,9 +45,9 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
cd "jdtest" || die
|
pushd "jdtest" || die
|
||||||
emake
|
emake
|
||||||
cd ".." || die
|
popd || die
|
||||||
LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
|
LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user