diff options
Diffstat (limited to 'source/n/proftpd')
-rwxr-xr-x | source/n/proftpd/proftpd.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/n/proftpd/proftpd.SlackBuild b/source/n/proftpd/proftpd.SlackBuild index e7227fda..17b2c908 100755 --- a/source/n/proftpd/proftpd.SlackBuild +++ b/source/n/proftpd/proftpd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,9 +21,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=1.3.3 -DIRVER=1.3.3 -BUILD=${BUILD:-2} +VERSION=1.3.3e +DIRVER=1.3.3e +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} @@ -102,7 +102,7 @@ mkdir -p $PKG/home/ftp gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/proftpd-$VERSION -cp -a COPYING CREDITS INSTALL NEWS README* \ +cp -a COPYING* CREDITS INSTALL NEWS README* \ contrib/README.mod_wrap contrib/README.ratio \ $PKG/usr/doc/proftpd-$VERSION # If there's a ChangeLog, installing at least part of the recent history |