fix compile.sh for using proper deps - pee - Pee a password manager;Pee - becau… | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 85eda4d04bf59798d681c156d61efafcc479f2d4 | |
parent 7a88e2804ae2cd6fdce70ecf46d257df4454e9f1 | |
Author: Christian Kellermann <[email protected]> | |
Date: Wed, 16 Nov 2016 11:12:25 +0100 | |
fix compile.sh for using proper deps | |
Diffstat: | |
compile.sh | 13 +++++++++++-- | |
1 file changed, 11 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/compile.sh b/compile.sh | |
@@ -6,10 +6,19 @@ DEVNULL=/dev/null | |
# order matters | |
DEPS="\ | |
+iset \ | |
+regex \ | |
+make \ | |
+utf8 \ | |
fmt \ | |
matchable \ | |
-string-utils \ | |
+setup-helper \ | |
+miscmacros \ | |
check-errors \ | |
+record-variants \ | |
+synch \ | |
+lookup-table \ | |
+string-utils \ | |
blob-utils \ | |
foreigners \ | |
getopt-long \ | |
@@ -27,7 +36,7 @@ echo -n '(define-constant program-version "' $(git tag | sort… | |
echo "Creating local repo" | |
chicken-install -i ./repo > $DEVNULL | |
export CHICKEN_REPOSITORY=$(pwd)/repo | |
-CSC_OPTION="-r ./repo" | |
+export CSC_OPTION="-r ./repo" | |
echo -n "Downloading dependencies: " | |
for d in $DEPS |