summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-15 15:54:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-15 15:55:41 +0700
commitd6e953d1a1c53ae45583c9570095b00661c734b6 (patch)
treef0d20705ad2d682a57b3e8b227ea2bf627fb692f /office
parent4bcf9033692a2cc25a92c8161c0be517850e4759 (diff)
downloadslackbuilds-d6e953d1a1c53ae45583c9570095b00661c734b6.tar.gz
slackbuilds-d6e953d1a1c53ae45583c9570095b00661c734b6.tar.xz
office/MasterPDFEditor: Fix SOURCEARCH.
Thanks to Christoph Willing. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/MasterPDFEditor/MasterPDFEditor.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
index 2a447fe330..518c3c1046 100644
--- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
+++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
@@ -52,7 +52,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
- SOURCEARCH="x86_64"
+ SOURCEARCH="amd64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""