mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-13 20:01:13 +01:00
remove a bit of crufty commented out code; add to contributors list
This commit is contained in:
parent
7e66ccb047
commit
81c5fac4bb
1 changed files with 3 additions and 5 deletions
|
@ -28,8 +28,9 @@
|
||||||
#
|
#
|
||||||
# Other contributors: Bob Lounsbury, Robby Workman, Alan Hicks, Paul
|
# Other contributors: Bob Lounsbury, Robby Workman, Alan Hicks, Paul
|
||||||
# Wisehart, slakmagik (thanks for your diff!), Eric Hameleers,
|
# Wisehart, slakmagik (thanks for your diff!), Eric Hameleers,
|
||||||
# Michiel van Wessem, hba, Erik Hanson. This script would not be
|
# Michiel van Wessem, hba, Erik Hanson, and Antoine. This script
|
||||||
# where it is without the help of these folks. Thank you!
|
# would not be where it is without the help of these folks. Thank
|
||||||
|
# you!
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
SCRIPT=${0##*/}
|
SCRIPT=${0##*/}
|
||||||
|
@ -578,7 +579,6 @@ if [ ! -e $PKGPATH/$SRCNAME ]; then
|
||||||
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
||||||
else
|
else
|
||||||
cd $SRCDIR
|
cd $SRCDIR
|
||||||
#wget -T 20 $DOWNLOAD || exit 1
|
|
||||||
wget -T 20 $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
|
wget -T 20 $DOWNLOAD || rm -rf $TMP/sbopkg_build.lck
|
||||||
cd -
|
cd -
|
||||||
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
ln -s $SRCDIR/$SRCNAME $LOCALREPO/$SLACKVER/$PKGPATH/$SRCNAME
|
||||||
|
@ -602,7 +602,6 @@ else
|
||||||
fi
|
fi
|
||||||
echo "Building Slackware package for "$SRCNAME"..."
|
echo "Building Slackware package for "$SRCNAME"..."
|
||||||
if [ "$SLACKBUILD" = "original" ]; then
|
if [ "$SLACKBUILD" = "original" ]; then
|
||||||
#sh $PKG.SlackBuild
|
|
||||||
sh $PKG.SlackBuild || rm -rf $TMP/sbopkg_build.lck
|
sh $PKG.SlackBuild || rm -rf $TMP/sbopkg_build.lck
|
||||||
fi
|
fi
|
||||||
if [ "$SLACKBUILD" = "local" ]; then
|
if [ "$SLACKBUILD" = "local" ]; then
|
||||||
|
@ -758,7 +757,6 @@ to search for" 0 0 2>/$TMP/sbopkg_search_request
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
SRCH="$(cat $TMP/sbopkg_search_request)"
|
SRCH="$(cat $TMP/sbopkg_search_request)"
|
||||||
#search_package $SRCH
|
|
||||||
gen_search_package $SRCH
|
gen_search_package $SRCH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue