audio/soundkonverter: Use $TMP.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-08 22:07:25 +00:00
parent b38374d443
commit 669052a16b
1 changed files with 2 additions and 2 deletions

View File

@ -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