mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-16 03:41:32 +01:00
remove a bit of crufty commented out stuff from sbopkg
This commit is contained in:
parent
99493e673b
commit
eeaef697d8
1 changed files with 0 additions and 5 deletions
|
@ -329,7 +329,6 @@ potential updates..." >> $UPDATELIST
|
||||||
if $(echo $VER | grep -q "^svn_r"); then
|
if $(echo $VER | grep -q "^svn_r"); then
|
||||||
VER=$(echo $VER | sed -e 's/r//;s/_/_000/')
|
VER=$(echo $VER | sed -e 's/r//;s/_/_000/')
|
||||||
fi
|
fi
|
||||||
#NEWSRCVER=$(egrep -m1 "^OOLANG" $NEWSB | sed -e 's/[ #}\t].*$//;s/^.*://;s/-/_/g')
|
|
||||||
fi
|
fi
|
||||||
# Ugly hack for openarena ... is there a trend here? :-)
|
# Ugly hack for openarena ... is there a trend here? :-)
|
||||||
if [ $PRGNAM = "openarena" ]; then
|
if [ $PRGNAM = "openarena" ]; then
|
||||||
|
@ -943,10 +942,6 @@ fi
|
||||||
|
|
||||||
show_readme () {
|
show_readme () {
|
||||||
# Show the package's text files.
|
# Show the package's text files.
|
||||||
# Thanks to slakmagik, this works much better. I may still look at
|
|
||||||
# other ways to do this. Perhaps have a way for the user to choose
|
|
||||||
# which of the 4 docs he wants to view? Or have a menu listing the 4
|
|
||||||
# docs? Undecided.
|
|
||||||
cd $LOCALREPO/$SLACKVER
|
cd $LOCALREPO/$SLACKVER
|
||||||
${PAGER:-more} $PKGPATH/{README,$PKGNAME.SlackBuild,\
|
${PAGER:-more} $PKGPATH/{README,$PKGNAME.SlackBuild,\
|
||||||
$PKGNAME.info.build,slack-desc}
|
$PKGNAME.info.build,slack-desc}
|
||||||
|
|
Loading…
Reference in a new issue