summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-27 11:02:00 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-27 11:02:00 +0000
commitaf621b53a762b8a79f79eed0c00f58acf7fe2fb9 (patch)
tree5db62270b24fdf62672cc306e08278ae1c023089 /lxde
parent9491f9a90945acd9dd7478392681744746da7238 (diff)
downloadasb-af621b53a762b8a79f79eed0c00f58acf7fe2fb9.tar.gz
asb-af621b53a762b8a79f79eed0c00f58acf7fe2fb9.tar.xz
Update with a slack-required file and fix the installation of the Slackware connection scripts
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/build/lxnm.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/lxde/build/lxnm.SlackBuild b/lxde/build/lxnm.SlackBuild
index ca3faea3..d1af5c33 100755
--- a/lxde/build/lxnm.SlackBuild
+++ b/lxde/build/lxnm.SlackBuild
@@ -28,7 +28,7 @@
# For: lxnm
# Descr: network manager for LXDE
# URL: http://lxde.sourceforge.net/
-# Needs:
+# Needs: lxpanel
# Changelog:
# 0.2.1-1: 27/Jun/2008 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -173,7 +173,7 @@ cp -a utils/lxnetctl $PKG/usr/sbin/
# Copy our Slackware versions of the connection scripts:
for script in $(ls $SRCDIR/${PRGNAM}_scripts/*.sh) ; do
- install -o root -m 755 $script $PKG/usr/share/lxnm/slack_$script
+ install -o root -m 755 $script $PKG/usr/share/lxnm/slack_$(basename $script)
done
# Make sure our own Slackware scripts are being used:
sed -i -e 's#/\([^/]*.sh$\)#/slack_\1#' $PKG/usr/share/lxnm/lxnm.conf
@@ -200,6 +200,7 @@ cd -
# Add a package description:
mkdir -p $PKG/install
cat $SRCDIR/slack-desc.$PRGNAM > $PKG/install/slack-desc
+cat $SRCDIR/slack-required.$PRGNAM > $PKG/install/slack-required
# Build the package:
cd $PKG
@@ -208,6 +209,7 @@ cd $OUTPUT
md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.tgz.md5
cd -
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt
+cat $PKG/install/slack-desc > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.dep
# Clean up the extra stuff:
if [ "$P1" = "--cleanup" ]; then