Author: Konstantin Dmitriev <ksee.zelga...@gmail.com> Date: Thu Dec 29 21:00:56 2011 +0700
Allow to overrife build root directory with BUILDROOT variable --- autobuild/synfigstudio-linux-build.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/autobuild/synfigstudio-linux-build.sh b/autobuild/synfigstudio-linux-build.sh index 3eb53ca..3a018ee 100755 --- a/autobuild/synfigstudio-linux-build.sh +++ b/autobuild/synfigstudio-linux-build.sh @@ -49,7 +49,11 @@ RELEASE=8 PREFIX=$HOME/synfig/ PACKAGES_PATH=$HOME/synfig-packages # path where to write packages files +f [ -z $BUILDROOT ]; then PACKAGES_BUILDROOT=$HOME/synfig-buildroot # path of for build infrastructure +else +PACKAGES_BUILDROOT=$BUILDROOT/synfig-buildroot +fi BUILDROOT_VERSION=7 MAKE_THREADS=4 #count of threads for make ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl