add in fixes for hugin and lame; thanks to Erik Hanson for the bug reports

This commit is contained in:
chess.griffin 2008-09-02 00:46:54 +00:00
parent 26c9b720cc
commit b9bb89b243

View file

@ -278,9 +278,9 @@ potential updates..." >> $UPDATELIST
NAME=$OLDNAME NAME=$OLDNAME
PRGNAM="$PRGNAM$(egrep -m1 "^FONTLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/_/-/g')" PRGNAM="$PRGNAM$(egrep -m1 "^FONTLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/_/-/g')"
fi fi
# Ugly hack for ctorrent, argtable, libevent, # Ugly hack for several SlackBuilds that use $SRCVER but not in
# ubuntulooks, and graveman # the final package name, so we need to blank out $NEWSRCVER
if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "graveman" ]]; then if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "graveman" || "$PRGNAM" == "hugin" || "$PRGNAM" == "lame" ]]; then
NEWSRCVER="" NEWSRCVER=""
fi fi
CURPKG=$(echo $NAME-$VER-$ARCH-$BUILD) CURPKG=$(echo $NAME-$VER-$ARCH-$BUILD)