changeset 615:b1c9b36fe34d draft

Merge pull request #235 from TheBlueMatt/gitianfix Update Gitian Build Descriptor to match new directory layout.
author Jeff Garzik <jgarzik@exmulti.com>
date Wed, 18 May 2011 10:35:52 -0700
parents c1fb0e5305df (current diff) 7e568cbbaaca (diff)
children ea02a775ee8a
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/gitian.yml
+++ b/contrib/gitian.yml
@@ -40,7 +40,9 @@
   cp -a . $OUTDIR/src
   rm -rf $OUTDIR/src/.git
   mv $OUTDIR/src/locale $OUTDIR
-  cp $OUTDIR/src/license.txt $OUTDIR
+  cp $OUTDIR/src/doc/README $OUTDIR
+  cp $OUTDIR/src/COPYING $OUTDIR
+  cd src
   PATH=$INSTDIR/bin:$PATH make -f makefile.unix CXX="g++ -I$INSTDIR/include -L$INSTDIR/lib" $MAKEOPTS bitcoin bitcoind
   mkdir -p $OUTDIR/bin/$GBUILD_BITS
   install -s bitcoin bitcoind $OUTDIR/bin/$GBUILD_BITS