mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-10 20:47:56 +01:00
add update list fix for ksmoothdock; thanks to Wade Grant for the bug report.
This commit is contained in:
parent
1ec52ebe5b
commit
27335bd44d
1 changed files with 5 additions and 5 deletions
|
@ -31,10 +31,10 @@
|
||||||
# Hanson, Antoine, ktabic, Ken Roberts, samac, Bert Babington, Murat
|
# Hanson, Antoine, ktabic, Ken Roberts, samac, Bert Babington, Murat
|
||||||
# D. Kadirov, The-spiki, David Somero, LukenShiro, Drew Ames, nille,
|
# D. Kadirov, The-spiki, David Somero, LukenShiro, Drew Ames, nille,
|
||||||
# acidchild, mancha, macavity, Zordrak, Joao Felipe Santos,
|
# acidchild, mancha, macavity, Zordrak, Joao Felipe Santos,
|
||||||
# cotterochan, necropresto, Pierre Cazenave, Mauro Giachero, and
|
# cotterochan, necropresto, Pierre Cazenave, Mauro Giachero,
|
||||||
# The-Croupier. This script would not be where it is without the
|
# The-Croupier, and Wade Grant. This script would not be where it is
|
||||||
# help of these folks. If I left anyone out, I apologize. Thank
|
# without the help of these folks. If I left anyone out, I
|
||||||
# you!
|
# apologize. Thank you!
|
||||||
#
|
#
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ potential updates..." >> $UPDATELIST
|
||||||
# Ugly hack for several SlackBuilds that use $SRCVER
|
# Ugly hack for several SlackBuilds that use $SRCVER
|
||||||
# but not in the final package name, so we need to
|
# but not in the final package name, so we need to
|
||||||
# blank out $NEWSRCVER
|
# blank out $NEWSRCVER
|
||||||
if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "graveman" || "$PRGNAM" == "hugin" || "$PRGNAM" == "lame" || "$PRGNAM" == "kchmviewer" || "$PRGNAM" == "aircrack-ng" || "$PRGNAM" == "pygame" || "$PRGNAM" == "gnubg" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "xerces-c" ]]; then
|
if [[ "$PRGNAM" == "ctorrent" || "$PRGNAM" == "argtable" || "$PRGNAM" == "libevent" || "$PRGNAM" == "graveman" || "$PRGNAM" == "hugin" || "$PRGNAM" == "lame" || "$PRGNAM" == "kchmviewer" || "$PRGNAM" == "aircrack-ng" || "$PRGNAM" == "pygame" || "$PRGNAM" == "gnubg" || "$PRGNAM" == "ubuntulooks" || "$PRGNAM" == "xerces-c" || "$PRGNAM" == "ksmoothdock" ]]; then
|
||||||
NEWSRCVER=""
|
NEWSRCVER=""
|
||||||
fi
|
fi
|
||||||
CURPKG=$(echo $NAME-$VER-$ARCH-$BUILD)
|
CURPKG=$(echo $NAME-$VER-$ARCH-$BUILD)
|
||||||
|
|
Loading…
Add table
Reference in a new issue