audio/soundkonverter: Use $TMP.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b38374d443
commit
669052a16b
|
@ -73,8 +73,8 @@ find -L . \
|
||||||
|
|
||||||
# Move these files around in order for soundkonverter to find CMakeLists.txt and build
|
# Move these files around in order for soundkonverter to find CMakeLists.txt and build
|
||||||
# backends properly
|
# backends properly
|
||||||
mv src/* /tmp/SBo/$PRGNAM-$VERSION
|
mv src/* $TMP/$PRGNAM-$VERSION
|
||||||
mv tools/* /tmp/SBo/$PRGNAM-$VERSION
|
mv tools/* $TMP/$PRGNAM-$VERSION
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue