removing errant slash user/jamesrf/rel_2_1_osx_client
authorJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 3 Aug 2011 22:16:58 +0000 (15:16 -0700)
committerJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 3 Aug 2011 22:16:58 +0000 (15:16 -0700)
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Open-ILS/xul/staff_client/Makefile.am

index 6bf7b71..597eb66 100644 (file)
@@ -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