From 7ac063a4f7f82f610fa0dfd67bebb9b0561f9390 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 16:22:50 -0300 Subject: [PATCH] brother-dcp197c-cupswrapper: fix absolute paths in INSTALL/REMOVE scripts --- srcpkgs/brother-dcp197c-cupswrapper/INSTALL | 4 ++-- srcpkgs/brother-dcp197c-cupswrapper/REMOVE | 2 +- srcpkgs/brother-dcp197c-cupswrapper/template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/brother-dcp197c-cupswrapper/INSTALL b/srcpkgs/brother-dcp197c-cupswrapper/INSTALL index f2390c54255..c2693acc587 100644 --- a/srcpkgs/brother-dcp197c-cupswrapper/INSTALL +++ b/srcpkgs/brother-dcp197c-cupswrapper/INSTALL @@ -1,7 +1,7 @@ case "${ACTION}" in post) - /opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i - chmod 755 /opt/brother/Printers/dcp197c/cupswrapper + opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i + chmod 755 opt/brother/Printers/dcp197c/cupswrapper ;; esac diff --git a/srcpkgs/brother-dcp197c-cupswrapper/REMOVE b/srcpkgs/brother-dcp197c-cupswrapper/REMOVE index addf43a65c5..70dbfe58859 100644 --- a/srcpkgs/brother-dcp197c-cupswrapper/REMOVE +++ b/srcpkgs/brother-dcp197c-cupswrapper/REMOVE @@ -1,3 +1,3 @@ case ${ACTION} in - pre) /opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;; + pre) opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;; esac diff --git a/srcpkgs/brother-dcp197c-cupswrapper/template b/srcpkgs/brother-dcp197c-cupswrapper/template index a3a9c03a7e1..126a6a55c2e 100644 --- a/srcpkgs/brother-dcp197c-cupswrapper/template +++ b/srcpkgs/brother-dcp197c-cupswrapper/template @@ -1,7 +1,7 @@ # Template file for 'brother-dcp197c-cupswrapper' pkgname=brother-dcp197c-cupswrapper version=1.1.3 -revision=7 +revision=8 maintainer="Carlo Dormeletti " homepage="http://support.brother.com/g/b/index.aspx" license="GPL-2"