diff options
author | orbea <orbea@riseup.net> | 2020-11-10 07:58:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:52 +0700 |
commit | faa4bc5bce016d16f09777683c5ca639f4e04aea (patch) | |
tree | 9a39e5fdd7d0076cf9448fdcbacd74dd79e741d7 /libraries/libxml++3/libxml++3.SlackBuild | |
parent | 04b813adfffeb98c437cc189d41e8e16e7f56bcd (diff) | |
download | slackbuilds-faa4bc5bce016d16f09777683c5ca639f4e04aea.tar.gz |
libraries/libxml++3: Updated for version 3.2.2.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxml++3/libxml++3.SlackBuild')
-rw-r--r-- | libraries/libxml++3/libxml++3.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/libxml++3/libxml++3.SlackBuild b/libraries/libxml++3/libxml++3.SlackBuild index e6d5cb5f0f..8dba5148a0 100644 --- a/libraries/libxml++3/libxml++3.SlackBuild +++ b/libraries/libxml++3/libxml++3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libxml++3 SRCNAM=${PRGNAM%3} -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,6 +70,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Generate sources +mm-common-prepare -cf + # Respect --docdir sed -i 's|$(datarootdir)/doc/$(book_name)|$(docdir)|' build/doc-reference.am |