summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-17 12:50:55 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-17 12:50:55 +0100
commitcd403125adabdde7986884b4ea33e6b22f32f688 (patch)
tree9c0c6a9095ee499e21505a2505f5a3bc046825c1
parent5404a301ebec19bdb0740b06ff581405fa0ec4dc (diff)
Fix cups build
Make sure we have persmissions to strip the binaries. Put libraries in /usr/lib (not lib64)
-rw-r--r--org.freedesktop.Sdk.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.freedesktop.Sdk.json b/org.freedesktop.Sdk.json
index 162e99d..66b9b41 100644
--- a/org.freedesktop.Sdk.json
+++ b/org.freedesktop.Sdk.json
@@ -1584,7 +1584,9 @@
"--disable-systemd",
"--enable-threads",
"--enable-gnutls",
+ "--libdir=/usr/lib",
"localedir=/usr/share/locale" ],
+ "post-install": [ "chmod u+w /usr/bin/ipptool /usr/lib/libcups.*" ],
"sources": [
{
"type": "archive",