Commit 4edcdaa
0
plików
+0
dodanych
-0
usuniętych
@@ -56,6 +56,7 @@ build: |
56
56
57
57
meson setup .. \
58
58
--prefix=/usr \
59
+ --libdir=lib \
59
60
--libexecdir=lib \
60
61
--buildtype=release \
61
62
-Dqt=true \
@@ -67,8 +68,8 @@ build: |
67
68
DESTDIR=${PKGDIR} ninja install
68
69
69
70
# provided by appstream
70
-# provided by appstream
71
- rm -rf ${PKGDIR}/usr/{bin,include/appstream{,-compose},lib64/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}
71
+ rm -rf ${PKGDIR}/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}
72
+
72
73
install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
73
74
package: |
74
- true
75
+ true