$OpenBSD: patch-theme-icons_icon-theme-installer,v 1.1 2010/03/29 07:44:28 ajacoutot Exp $ --- theme-icons/icon-theme-installer.orig Thu Nov 5 19:12:21 2009 +++ theme-icons/icon-theme-installer Mon Mar 29 08:59:39 2010 @@ -1,4 +1,4 @@ -#!/bin/bash +#!${LOCALBASE}/bin/bash # icon-theme-installer # Copyright (C) 2006 Novell, Inc. @@ -101,12 +101,12 @@ if test -z "$INSTALL_BASE_DIR"; then exit 1 fi -if test ! -x $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then +if ! which $(echo "$MKINSTALLDIRS_EXEC" | cut -f1 -d' '); then echo "Cannot find '$MKINSTALLDIRS_EXEC'; You probably want to pass -m \$(mkinstalldirs)" exit 1 fi -if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then +if ! which $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to pass -x \$(INSTALL_DATA)" exit 1 fi