From e9c320572150f287550fcf689b7821a6cc9f6901 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 12 Oct 2014 12:42:31 +0200 Subject: [PATCH] djmount: rebuild to update metadata objs. --- srcpkgs/djmount/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/djmount/template b/srcpkgs/djmount/template index c2b798d78f3..fc46502b211 100644 --- a/srcpkgs/djmount/template +++ b/srcpkgs/djmount/template @@ -1,7 +1,7 @@ # Template file for 'djmount' pkgname=djmount version=0.71 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-external-libupnp --with-external-talloc" hostmakedepends="pkg-config" @@ -14,6 +14,6 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f do_install() { - vinstall djmount/djmount 755 usr/bin - vinstall djmount.1 644 usr/share/man/man1 + vbin djmount/djmount + vman djmount.1 }