diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-16 09:22:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-16 09:23:04 +0000 |
commit | 88f308a151f8b7f3501c09a6dd40ad224fdebb0a (patch) | |
tree | 195b247bef23420402a3444b29037151d2964bc3 /main/lsof | |
parent | 1581e03ea4cc908e30262cbf926f01107a18333f (diff) | |
download | aports-88f308a151f8b7f3501c09a6dd40ad224fdebb0a.tar.bz2 aports-88f308a151f8b7f3501c09a6dd40ad224fdebb0a.tar.xz |
main/lsof: replace bb applet
Diffstat (limited to 'main/lsof')
-rw-r--r-- | main/lsof/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lsof/APKBUILD b/main/lsof/APKBUILD index 63f369ca59..8ed3c7b7c1 100644 --- a/main/lsof/APKBUILD +++ b/main/lsof/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lsof pkgver=4.89 -pkgrel=0 +pkgrel=1 pkgdesc="LiSt Open Files" url="http://people.freebsd.org/~abe/" arch="all" @@ -37,7 +37,7 @@ build () { package() { cd "$_builddir" - install -D -m0755 -o root -g root lsof "$pkgdir"/usr/sbin/lsof + install -D -m0755 -o root -g root lsof "$pkgdir"/usr/bin/lsof install -D -m0644 -o root -g root lsof.8 \ "$pkgdir"/usr/share/man/man8/lsof.8 } |