(no commit message)
authorlkcl <lkcl@web>
Mon, 20 Apr 2020 15:52:38 +0000 (16:52 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 20 Apr 2020 15:52:38 +0000 (16:52 +0100)
HDL_workflow/coriolis2.mdwn

index 192ca91aba32be54103a1da1b6e5867a8e5eb495..1e68abe5326733f798297f5e9ca52815e6a93323 100644 (file)
@@ -119,7 +119,7 @@ In the chroot, as the ordinary schroot user:
     export ALLIANCE_TOP=$HOME/alliance/install
     export LD_LIBRARY_PATH=${ALLIANCE_TOP}/lib:${LD_LIBRARY_PATH}
     export LD_LIBRARY_PATH=${ALLIANCE_TOP}/lib64:${LD_LIBRARY_PATH}
-    ../alliance/alliance/src/configure --prefix=$ALLIANCE_TOP --enable-alc-shared
+    ../alliance/src/configure --prefix=$ALLIANCE_TOP --enable-alc-shared
     make -j1 install
 
 the two exports are best added to ~/.bash_profile for later convenience