mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-16 06:10:26 +08:00
lib32-curl fix conflicts with curl, removed /usr/include dir
This commit is contained in:
parent
46e3c7a2a4
commit
b52a768dbc
@ -1,7 +1,7 @@
|
||||
pkgname=lib32-curl
|
||||
_pkgname=curl
|
||||
pkgver=7.55.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An URL retrieval utility and library (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://curl.haxx.se"
|
||||
@ -42,7 +42,7 @@ package() {
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
rm -rf "${pkgdir}"/usr/{share,bin}
|
||||
rm -rf "${pkgdir}"/usr/{share,bin,include}
|
||||
|
||||
# license
|
||||
install -d "$pkgdir/usr/share/licenses"
|
||||
|
Loading…
Reference in New Issue
Block a user