mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/mlocate: add suid to $options
This commit is contained in:
parent
55f2b07c41
commit
d616ee2178
@ -4,11 +4,12 @@
|
||||
|
||||
pkgname=mlocate
|
||||
pkgver=0.26
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A utility to index and quickly search for files by name'
|
||||
url='https://fedorahosted.org/mlocate/'
|
||||
arch='all'
|
||||
license='GPL'
|
||||
options='suid'
|
||||
pkggroups='locate'
|
||||
install="$pkgname.pre-install"
|
||||
makedepends=""
|
||||
@ -44,8 +45,7 @@ package() {
|
||||
install -Dm644 "$srcdir"/updatedb.conf "$pkgdir"/etc/updatedb.conf
|
||||
install -Dm744 "$srcdir"/updatedb.cron.daily \
|
||||
"$pkgdir"/etc/periodic/daily/updatedb
|
||||
|
||||
rm "$pkgdir"/usr/lib/charset.alias
|
||||
rm -rf "${pkgdir}"/usr/lib
|
||||
}
|
||||
md5sums="539e6f86bf387358aa2b14d5f880e49a mlocate-0.26.tar.xz
|
||||
465315bfa3380a23fae9a383270cb2ec updatedb.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user