From 7392318707dac1e1c325dcb19dd4d5c58bcabc2e Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 23 May 2010 03:26:23 -0500 Subject: network/LimeWire: Miscellaneous cleanups. --- network/LimeWire/LimeWire.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/network/LimeWire/LimeWire.SlackBuild b/network/LimeWire/LimeWire.SlackBuild index 5bda134b0b..9ebffa8dd1 100644 --- a/network/LimeWire/LimeWire.SlackBuild +++ b/network/LimeWire/LimeWire.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for limewire -# Copyright 2006-2010 Robby Workman, Northport, AL, USA +# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -76,11 +76,11 @@ install -D -m 0644 $CWD/$PRGNAM.png \ # Let's not move the docs, but we will add the build script to them install -D -m 0644 $CWD/$PRGNAM.SlackBuild \ $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -( cd $PKG/usr/doc/$PRGNAM-$VERSION +cd $PKG/usr/doc/$PRGNAM-$VERSION for FILE in README.txt SOURCE COPYING; do ln -s /opt/$PRGNAM-$VERSION/$FILE $FILE ; done -) +cd - mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -- cgit v1.2.3-80-g2a13