mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/pidgin-otr: s/PKGNAM/PRGNAM/ at one place in script
Thanks to Andy Bailey for the report.
This commit is contained in:
parent
930f62abc7
commit
58837ac56f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PKGNAM
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
|
|
Loading…
Reference in a new issue