Skip to content

Commit

Permalink
Update app signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDennis committed Nov 21, 2015
1 parent 7956324 commit ab1fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildScripts/output_noarch/share/xmds/xmds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export DYLD_LIBRARY_PATH=${XMDS_USR}/lib:${DYLD_LIBRARY_PATH}
# To ensure that we don't build Python extensions for ppc on Snow Leopard or earlier
export ARCHFLAGS="-arch i386 -arch x86_64"

APP_SIGNATURE=`md5 -q "$XMDS_USR/distfiles/xmds2-requirements.pybundle" "$XMDS_USR/distfiles/xmds2-svn.tar.bz2"`
APP_SIGNATURE=`md5 -q "$XMDS_USR/distfiles/*"`

if ( [ ! -e "${XMDS_SUPPORT}/xmds-postinst-stamp" ] || [ "${APP_SIGNATURE}" != "`cat "$XMDS_SUPPORT/xmds-postinst-stamp"`" ] ); then
if [ -e "${XMDS_SUPPORT}/xmds-postinst-stamp" ]; then
Expand Down

0 comments on commit ab1fe10

Please sign in to comment.