aboutsummaryrefslogtreecommitdiff
path: root/network/loic/loic.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/loic/loic.SlackBuild')
-rw-r--r--network/loic/loic.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/network/loic/loic.SlackBuild b/network/loic/loic.SlackBuild
index ae60a90dfd5c9..75da03349dd7c 100644
--- a/network/loic/loic.SlackBuild
+++ b/network/loic/loic.SlackBuild
@@ -30,7 +30,7 @@
PRGNAM=loic
VERSION=${VERSION:-v1.1.1.25}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
ARCH=noarch # Leave this alone
@@ -51,14 +51,14 @@ cd $PRGNAM-$VERSION
unzip $CWD/$PRGNAM.$VERSION.zip
chown -R root:root .
-if [ "$MONODEVELOP" = yes ] ;then
-# This is only for those who want rebuild the binaries.
-# They would need monodevelop.
- mdtool -v build -f source/LOIC.sln
- cp -a source/bin/Debug $PKG/opt/loic
-else
+## This broke for every monodevelop update,
+## so now it is not supported. Sorry!
+#if [ "$MONODEVELOP" = yes ] ;then
+# mdtool -v build -f source/LOIC.sln
+# cp -a source/bin/Debug $PKG/opt/loic
+#else
cp -a debug $PKG/opt/loic
-fi
+#fi
# This for GUI users
mkdir -p $PKG/usr/share/applications