From 62e05af8a6949d30b5b8aaa62278a732e00f7926 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 16:22:15 -0300 Subject: [PATCH] iscan: fix absolute paths in INSTALL/REMOVE scripts --- srcpkgs/iscan/sane-epkowa.REMOVE | 2 +- srcpkgs/iscan/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/iscan/sane-epkowa.REMOVE b/srcpkgs/iscan/sane-epkowa.REMOVE index 7159ff4f75e..9c1f7992240 100644 --- a/srcpkgs/iscan/sane-epkowa.REMOVE +++ b/srcpkgs/iscan/sane-epkowa.REMOVE @@ -1,3 +1,3 @@ if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then - rm /var/lib/iscan/interpreter + rm var/lib/iscan/interpreter fi diff --git a/srcpkgs/iscan/template b/srcpkgs/iscan/template index 3c74146a5c2..0583b689698 100644 --- a/srcpkgs/iscan/template +++ b/srcpkgs/iscan/template @@ -1,7 +1,7 @@ # Template file for 'iscan' pkgname=iscan version=2.30.3 -revision=2 +revision=3 _srcrev=1 repository=nonfree build_style=gnu-configure