mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/mjpg-streamer: Fix case of tmp dir.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
c811f1c005
commit
56d62cd900
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
|
|||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/sbo}
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
|
|
Loading…
Reference in a new issue