mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/pptp: Updated copyright
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a56fa66bc8
commit
121b30a0ca
1 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,7 @@
|
|||
# Slackware build script for pptp
|
||||
|
||||
# Copyright 2007 AbortRetryFail <abortretryfail@gmail.com>
|
||||
# Copyright 2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
|
||||
|
||||
# Copyright 2007-2012 Robby Workman, Northport, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pptp
|
||||
VERSION=1.7.2
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,7 +93,7 @@ mv $PKG/etc/ppp/options.pptp $PKG/etc/ppp/options.pptp.new
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING DEVELOPERS NEWS PROTOCOL-SECURITY README TODO USING Documentation/* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue