mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
Force a 'make dist' on mac
This commit is contained in:
parent
4f217916eb
commit
bc2f8faaf6
@ -23,10 +23,12 @@ if ( echo $SVNVERSION | grep ":" > /dev/null 2>&1 ); then
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ ! -f mt-daapd-svn-${SVNVERSION}.tar.gz ]; then
|
||||
echo Build svn version ${SVNVERSION} first....
|
||||
exit
|
||||
fi
|
||||
#if [ ! -f mt-daapd-svn-${SVNVERSION}.tar.gz ]; then
|
||||
# echo Build svn version ${SVNVERSION} first....
|
||||
# exit
|
||||
#fi
|
||||
|
||||
./mkdist.sh
|
||||
|
||||
rm -rf .build
|
||||
mkdir -p .build/ppc
|
||||
|
Loading…
Reference in New Issue
Block a user