From 99748de3142747741ab85b4d33ef55bb0f6b41d0 Mon Sep 17 00:00:00 2001 From: onekk Date: Sun, 27 Apr 2014 11:20:40 +0200 Subject: [PATCH 1/2] brother-dcp197c-lpr: modified template file, to avoid an error during removing --- srcpkgs/brother-dcp197c-lpr/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/brother-dcp197c-lpr/template b/srcpkgs/brother-dcp197c-lpr/template index 0040594a699..f8adaaf55bc 100644 --- a/srcpkgs/brother-dcp197c-lpr/template +++ b/srcpkgs/brother-dcp197c-lpr/template @@ -1,7 +1,7 @@ # Template file for 'brother-dcp197c-lpr' pkgname=brother-dcp197c-lpr version=1.1.3 -revision=1 +revision=2 maintainer="Carlo Dormeletti " homepage="http://support.brother.com/g/b/index.aspx" license="GPL-2" @@ -12,6 +12,8 @@ only_for_archs="i686 x86_64" create_wksrc=yes makedepends="a2ps ghostscript" depends="${makedepends}" +mutable_file="/opt/brother/Printers/dcp197c/inf/brdcp197crc" + if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then depends+=" glibc-32bit" fi From 243274f5b4711e9967d6530785a868279c94251d Mon Sep 17 00:00:00 2001 From: onekk Date: Sun, 27 Apr 2014 12:14:10 +0200 Subject: [PATCH 2/2] correct the typo --- srcpkgs/brother-dcp197c-lpr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/brother-dcp197c-lpr/template b/srcpkgs/brother-dcp197c-lpr/template index f8adaaf55bc..773a51a63eb 100644 --- a/srcpkgs/brother-dcp197c-lpr/template +++ b/srcpkgs/brother-dcp197c-lpr/template @@ -12,7 +12,7 @@ only_for_archs="i686 x86_64" create_wksrc=yes makedepends="a2ps ghostscript" depends="${makedepends}" -mutable_file="/opt/brother/Printers/dcp197c/inf/brdcp197crc" +mutable_files="/opt/brother/Printers/dcp197c/inf/brdcp197crc" if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then depends+=" glibc-32bit"