[beast: 11/16] MISC: make-deb.sh: clone rapicorn from githb if needed



commit 2f44c5c4f2f36ac57e463ee486ae11a05da21ca8
Author: Tim Janik <timj gnu org>
Date:   Thu Sep 7 00:44:37 2017 +0200

    MISC: make-deb.sh: clone rapicorn from githb if needed
    
    Signed-off-by: Tim Janik <timj gnu org>

 misc/make-deb.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/misc/make-deb.sh b/misc/make-deb.sh
index ca059db..6a2913d 100755
--- a/misc/make-deb.sh
+++ b/misc/make-deb.sh
@@ -94,6 +94,7 @@ if $REBUILD ; then
     # clone/update and build rapicorn
     R=https://github.com/tim-janik/rapicorn.git
     R=../rapicorn/.git/
+    test -d $R || R=git://github.com/tim-janik/rapicorn.git
     git_clone $R rapicorn 496351a0798f5ea0eb3eb2419d8d1249853afbc6 # 17.0.0
     build_checked rapicorn ./autogen.sh --prefix="$BEASTDIR"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]