python3-cairo:fix lib64
This commit is contained in:
@@ -19,7 +19,7 @@ diff -urN pycairo-1.10.0.orig/setup.py pycairo-1.10.0/setup.py
|
||||
+pkgconfig_file = 'py3cairo.pc'
|
||||
+config_file = 'src/config.h'
|
||||
+
|
||||
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib64' or 'lib'
|
||||
+LIBDIR = os.uname ()[-1] == 'x86_64' and 'lib'
|
||||
+
|
||||
+def call(command):
|
||||
+ pipe = subprocess.Popen(command, shell=True,
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<Update release="3">
|
||||
<Date>2017-02-16</Date>
|
||||
<Version>1.10.0</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Comment>Release Bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
Reference in New Issue
Block a user