mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 09:22:17 +08:00
lib32-qtwebkit fix: removed conflicts with qtwebkit
This commit is contained in:
parent
8ac9bbda00
commit
4ede1d6609
@ -6,7 +6,7 @@
|
||||
_pkgbasename=qtwebkit
|
||||
pkgname="lib32-${_pkgbasename}"
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Standalone QtWebKit version. (ELF32)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://trac.webkit.org/wiki/QtWebKit"
|
||||
@ -42,7 +42,5 @@ build() {
|
||||
package() {
|
||||
cd "${srcdir}/qtwebkit-${pkgver}-source"
|
||||
make INSTALL_ROOT="${pkgdir}" -C Source install
|
||||
|
||||
rm -rf "${pkgdir}"/usr/{include,share,lib}
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
Loading…
Reference in New Issue
Block a user