mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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() {
|
||||
cd "jdtest" || die
|
||||
pushd "jdtest" || die
|
||||
emake
|
||||
cd ".." || die
|
||||
popd || die
|
||||
LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user