mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
add in fixes for hugin and lame; thanks to Erik Hanson for the bug reports
This commit is contained in:
parent
26c9b720cc
commit
b9bb89b243
1 changed files with 3 additions and 3 deletions
|
@ -278,9 +278,9 @@ potential updates..." >> $UPDATELIST
|
|||
NAME=$OLDNAME
|
||||
PRGNAM="$PRGNAM$(egrep -m1 "^FONTLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/_/-/g')"
|
||||
fi
|
||||
# Ugly hack for ctorrent, argtable, libevent,
|
||||
# ubuntulooks, and graveman
|
||||
if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "graveman" ]]; then
|
||||
# Ugly hack for several SlackBuilds that use $SRCVER but not in
|
||||
# the final package name, so we need to blank out $NEWSRCVER
|
||||
if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "graveman" || "$PRGNAM" == "hugin" || "$PRGNAM" == "lame" ]]; then
|
||||
NEWSRCVER=""
|
||||
fi
|
||||
CURPKG=$(echo $NAME-$VER-$ARCH-$BUILD)
|
||||
|
|
Loading…
Reference in a new issue