From bcbcaa49a788fd7ce24fbfed2593fb1a223db6c3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 5 Oct 2016 07:14:48 +0200 Subject: [PATCH] libowfat: update to 0.31. --- srcpkgs/libowfat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libowfat/template b/srcpkgs/libowfat/template index 13e8cb95625..315ce9fdc3a 100644 --- a/srcpkgs/libowfat/template +++ b/srcpkgs/libowfat/template @@ -1,6 +1,6 @@ # Template file for 'libowfat' pkgname=libowfat -version=0.30 +version=0.31 revision=1 build_style=gnu-makefile short_desc="reimplement libdjb" @@ -8,12 +8,12 @@ maintainer="Enno Boland " license="GPL-2" homepage="https://www.fefe.de/libowfat/" distfiles="https://www.fefe.de/$pkgname/$pkgname-$version.tar.xz" -checksum=db4a3a853cfbb9e83b27f565b580f6fdc519475b162edc1a656043e1c126e993 +checksum=d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12 pre_build() { CFLAGS+=" -I$wrksrc" } pre_install() { - make_install_args="prefix=$DESTDIR/usr MAN3DIR=$DESTDIR/usr/share/man/man3" + make_install_args="prefix=/usr MAN3DIR=/usr/share/man/man3" }