Make build script also fetch the bitstring port from vernunftzentrum - holymoly - A tor enabled gopher client written in CHICKEN scheme
HTML git clone git://vernunftzentrum.de/holymoly.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit be5ef663f6d94372f5e021565faa32f92bb40325
DIR parent 61cf5bc3baaa4624af1c50cac64ae92936d7cf8e
HTML Author: Christian Kellermann <ckeen@pestilenz.org>
Date: Fri, 3 Aug 2018 09:45:28 +0200
Make build script also fetch the bitstring port from vernunftzentrum
Diffstat:
build.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
DIR diff --git a/build.sh b/build.sh
@@ -6,5 +6,9 @@ cd chicken-ncurses
patch < ../ncurses-trunk.diff
chicken-install
cd -
+git clone git://vernunftzentrum.de/bitstring.git
+cd bitstring
chicken-install
-rm -fr chicken-ncurses *.o *.so
+cd -
+chicken-install
+rm -fr bitstring chicken-ncurses *.o *.so