Author: Konstantin Dmitriev <[email protected]>
Date: Fri May 6 00:17:28 2011 +0700
Build script: Minor fixes.
---
autobuild/synfigstudio-linux-build.sh | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/autobuild/synfigstudio-linux-build.sh
b/autobuild/synfigstudio-linux-build.sh
index 13fc04b..d0f949c 100755
--- a/autobuild/synfigstudio-linux-build.sh
+++ b/autobuild/synfigstudio-linux-build.sh
@@ -500,9 +500,13 @@ fi
( [[ $MODE == 'package' ]] || [[ $MODE == 'full' ]] ) && make clean || true
+if [[ $MODE == 'package' ]]; then
+ CONFIGURE_PACKAGE_OPTIONS='--disable-update-mimedb'
+fi
+
if [[ $MODE != 'quick' ]]; then
autoreconf --install --force
- /bin/sh ./configure --prefix=${PREFIX} --includedir=${PREFIX}/include
--disable-static --enable-shared $DEBUG
+ /bin/sh ./configure --prefix=${PREFIX} --includedir=${PREFIX}/include
--disable-static --enable-shared $DEBUG $CONFIGURE_PACKAGE_OPTIONS
fi
make -j$MAKE_THREADS
@@ -716,7 +720,7 @@ EOF
#cp
/usr/src/redhat/RPMS/$ARCH/synfigstudio-${VERSION}-${REVISION}.${BREED}.$RELEASE.${ARCH}.rpm
../
cp
/usr/src/rpm/RPMS/$ARCH/synfigstudio-${VERSION}-${REVISION}.${BREED}.$RELEASE.${ARCH}.rpm
/packages/
pushd /packages/
- alien -k synfigstudio-${VERSION}-${REVISION}.${BREED}.$RELEASE.${ARCH}.rpm
+ alien -k --scripts
synfigstudio-${VERSION}-${REVISION}.${BREED}.$RELEASE.${ARCH}.rpm
rm -rf synfigstudio-${VERSION}
popd
}
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl