mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/LimeWire: Miscellaneous cleanups.
This commit is contained in:
parent
5126d30344
commit
7392318707
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue