mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/attr: libattr replaces attr
This commit is contained in:
parent
a37ae270c5
commit
2e4af359fd
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=attr
|
||||
pkgver=2.4.46
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities for managing filesystem extended attributes"
|
||||
url="http://acl.bestbits.at/"
|
||||
arch="all"
|
||||
@ -58,6 +58,7 @@ package() {
|
||||
|
||||
libattr() {
|
||||
pkgdesc="Dynamic library for extended attribute support"
|
||||
replaces="attr"
|
||||
mkdir -p "$subpkgdir"/lib
|
||||
mv "$pkgdir"/lib/lib*.so.* "$subpkgdir"/lib/
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user