summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2015-02-15 09:54:21 +0100
committer Willy Sudiarto Raharjo2015-02-15 09:55:41 +0100
commitd6e953d1a1c53ae45583c9570095b00661c734b6 (patch)
treef0d20705ad2d682a57b3e8b227ea2bf627fb692f
parent4bcf9033692a2cc25a92c8161c0be517850e4759 (diff)
downloadslackbuilds-d6e953d1a1c53ae45583c9570095b00661c734b6.tar.gz
office/MasterPDFEditor: Fix SOURCEARCH.
Thanks to Christoph Willing. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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=""