mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/shared-mime-info: disable fdatasync
See: https://bugs.freedesktop.org/show_bug.cgi?id=70366
This commit is contained in:
parent
3c5ee99289
commit
54151c46e1
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=shared-mime-info
|
||||
pkgver=1.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org Shared MIME Info"
|
||||
url="http://freedesktop.org/Software/shared-mime-info"
|
||||
arch="all"
|
||||
@ -15,7 +15,7 @@ source="http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure \
|
||||
ac_cv_func_fdatasync=no ./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
@ -3,5 +3,6 @@
|
||||
for i in "$@"; do
|
||||
if [ -d "$i" ]; then
|
||||
update-mime-database "$i" > /dev/null 2>&1
|
||||
sync
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user