mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/libatasmart: remove *.la
This commit is contained in:
parent
0e2c81e196
commit
72deab2e36
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libatasmart
|
||||
pkgver=0.17
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="ATA S.M.A.R.T. Reading and Parsing Library"
|
||||
url="http://0pointer.de/blog/projects/being-smart.html"
|
||||
arch="all"
|
||||
@ -35,7 +35,8 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="dc36cadbbb7fa38f8af175713eda1a21 libatasmart-0.17.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user