findutils: fix updatedb(8).
--HG-- extra : convert_revision : f8811c557beb2b0db8170f2ab56515ca3f0f622d
This commit is contained in:
parent
eac2af8da4
commit
6023615a89
|
@ -18,3 +18,10 @@ long_desc="
|
|||
base_chroot=yes
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
post_install()
|
||||
{
|
||||
local destdir=$XBPS_DESTDIR/$pkgname-$version
|
||||
|
||||
sed -i -e "s|$XBPS_MASTERDIR||g" ${destdir}/usr/bin/updatedb
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue