From 416bc4ace6b663534131dba3a9270277014e5bf3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Dec 2013 15:32:26 +0100 Subject: [PATCH] cd-discid: install to /usr not /usr/local. --- srcpkgs/cd-discid/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cd-discid/template b/srcpkgs/cd-discid/template index 117142bf14d..4141a8ca580 100644 --- a/srcpkgs/cd-discid/template +++ b/srcpkgs/cd-discid/template @@ -1,8 +1,9 @@ # Template file for 'cd-discid' pkgname=cd-discid version=1.4 -revision=1 +revision=2 build_style="gnu-makefile" +make_install_args="PREFIX=/usr" maintainer="Philipp Hirsch " license="GPL-2" homepage="http://linukz.org/cd-discid.shtml" @@ -14,4 +15,4 @@ cd-discid_package() { pkg_install() { vmove all } -} \ No newline at end of file +}