network/filezilla: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d67ea51cad
commit
1cbda0b5a6
|
@ -2,7 +2,7 @@
|
|||
# Slackware build script for filezilla
|
||||
|
||||
# Copyright 2007-2009 Grigorios Bouzakis <grbzks@xsmail.com>
|
||||
# Copyright 2010-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2010-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -59,7 +59,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README GPL.html"
|
||||
DOCS="AUTHORS COPYING ChangeLog NEWS README GPL.html"
|
||||
|
||||
# Check if we have pugixml package
|
||||
if [ "${PUGIXML:-no}" = "yes" ]; then
|
||||
|
|
Loading…
Reference in New Issue