From 1ae02bf2aafcb72e93ac2eecef13c6dd5ae2ef74 Mon Sep 17 00:00:00 2001 From: James Fournie Date: Wed, 3 Aug 2011 15:16:58 -0700 Subject: [PATCH] removing errant slash Signed-off-by: James Fournie --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index 6bf7b71f81..597eb66a1d 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -312,7 +312,7 @@ linux-client: linux-xulrunner osx-xulrunner: client_app @echo 'Preparing OS X xulrunner' @if [ ! -f ${XULRUNNER_OSXFILE} ]; then curl -O ${XULRUNNER_SDK}${XULRUNNER_OSXFILE}; fi; - @tar xjf ${XULRUNNER_OSXFILE} --exclude='xulrunner-sdk/idl/' --exclude='xulrunner-sdk/include' --exclude='xulrunner-sdk/host' --exclude='xulrunner-sdk/lib' --exclude='xulrunner-sdk/sdk' + @tar xjf ${XULRUNNER_OSXFILE} --exclude='xulrunner-sdk/idl' --exclude='xulrunner-sdk/include' --exclude='xulrunner-sdk/host' --exclude='xulrunner-sdk/lib' --exclude='xulrunner-sdk/sdk' @if [ -f client/defaults/preferences/autoupdate.js ]; then echo 'pref("app.update.channel","mac");' >> client/defaults/preferences/autochannel.js; fi; # this will work on linux, it builds the .app directory/bundle -- 2.11.0