diff options
| author | Jeff Garzik <[email protected]> | 2011-05-18 10:35:52 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-05-18 10:35:52 -0700 |
| commit | 010ca705df469922ece93bdcddbc0b769785291c (patch) | |
| tree | 2ac350b680879143accafd2d2c542c7e281ebb3a | |
| parent | Bugfix for dnslookup: irc.cpp still used old CAddress constructor (diff) | |
| parent | Update Gitian Build Descriptor to match new directory layout. (diff) | |
| download | discoin-010ca705df469922ece93bdcddbc0b769785291c.tar.xz discoin-010ca705df469922ece93bdcddbc0b769785291c.zip | |
Merge pull request #235 from TheBlueMatt/gitianfix
Update Gitian Build Descriptor to match new directory layout.
| -rw-r--r-- | contrib/gitian.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gitian.yml b/contrib/gitian.yml index 5d12f7270..bf9975030 100644 --- a/contrib/gitian.yml +++ b/contrib/gitian.yml @@ -40,7 +40,9 @@ script: | 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 |