summaryrefslogtreecommitdiffstats
path: root/libreoffice
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-03 10:07:05 +0000
committer Eric Hameleers <alien@slackware.com>2017-02-03 10:07:05 +0000
commit40160312ea8e3476d76765fa7cb6f9ff028fccf0 (patch)
treeeccd26c714ceacb8eead81f1b82d44f998a5235a /libreoffice
parent296f59a40b33da39b8d3b6faef21d51c2d8aafc5 (diff)
downloadasb-40160312ea8e3476d76765fa7cb6f9ff028fccf0.tar.gz
asb-40160312ea8e3476d76765fa7cb6f9ff028fccf0.tar.xz
gensrc.sh: updated to 5.3.0. Also parametrize the sources directoryname
Diffstat (limited to 'libreoffice')
-rwxr-xr-xlibreoffice/build/gensrc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libreoffice/build/gensrc.sh b/libreoffice/build/gensrc.sh
index 94c58035..1bc097e5 100755
--- a/libreoffice/build/gensrc.sh
+++ b/libreoffice/build/gensrc.sh
@@ -1,8 +1,8 @@
#!/bin/bash
PRGNAM=libreoffice
-VERSION=5.2.5
-SUBVER=.1
+VERSION=5.3.0
+SUBVER=.3
STARTINDEX=6
@@ -37,7 +37,7 @@ for BALL in UNOWINREG_DLL $( cat $TMP_DLLST | grep -v " *#" | grep -w export | g
FILE=$(eval "echo \$$BALL")
cat <<EOT
-SOURCE[$III]="\$SRCDIR/sources/$FILE"
+SOURCE[$III]="\$SRCDIR/\${LOSRC_DIR}/$FILE"
SRCURL[$III]="$SRCURL/$FILE"
GITURI[$III]=""