[tor-commits] [tor-browser-bundle/hardened-builds] Fix selfrandro install path

gk at torproject.org gk at torproject.org
Mon Sep 19 08:24:40 UTC 2016


commit 8039dd7759df72fc2cb316004718daa03a665aee
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Sep 19 08:24:23 2016 +0000

    Fix selfrandro install path
---
 gitian/descriptors/linux/gitian-utils.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/descriptors/linux/gitian-utils.yml b/gitian/descriptors/linux/gitian-utils.yml
index 4bbb8a4..2d095d0 100644
--- a/gitian/descriptors/linux/gitian-utils.yml
+++ b/gitian/descriptors/linux/gitian-utils.yml
@@ -104,7 +104,7 @@ script: |
   cd selfrando
   scons -Q arch=x86_64 ADDN_CCFLAGS="-include $(ls $HOME/build/elfutils-*/libelf/elf.h) -I $INSTDIR/elfutils/include -fno-reorder-functions" ADDN_LINKFLAGS="-L $INSTDIR/elfutils/lib"
   mkdir -p $INSTDIR/self-rando
-  cp sconsRelease/x86_64/bin/* $INSTDIR/self-rando/
+  cp sconsRelease/x86_64/gcc/bin/* $INSTDIR/self-rando/
   cd ..
 
   PATH="$OPATH"



More information about the tor-commits mailing list