summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <philippe colliot>2014-11-28 16:56:13 +0100
committer <philippe colliot>2014-11-28 16:56:13 +0100
commit1bde03e25161aa918a440695a54d73bd0daf8c69 (patch)
tree0f6405575fe1663cb20aac2a3ac02f87d6c328ac
parent9953bcd40cb4185eaaad1c15c486dd6220253990 (diff)
downloadpoi-service-1bde03e25161aa918a440695a54d73bd0daf8c69.tar.gz
bug fixed in bustle generation
-rw-r--r--test/navigation/bustle.mk4
m---------test/navigation/src/bustle0
2 files changed, 2 insertions, 2 deletions
diff --git a/test/navigation/bustle.mk b/test/navigation/bustle.mk
index f05e6e1..a26dc6b 100644
--- a/test/navigation/bustle.mk
+++ b/test/navigation/bustle.mk
@@ -25,7 +25,7 @@
# @licence end@
bustle_URL="http://anongit.freedesktop.org/git/bustle.git"
bustle_VERSION=61ac45d195476edb810a1c2345c886fdc51a20cc
-bustle_SRC=$(SRC_DIR)/bustle_$(bustle_VERSION)
+bustle_SRC=$(SRC_DIR)/bustle
bustle_BIN=$(BIN_DIR)/bustle
bustle_DEPS+= gtk2.0-dev haskell-platform libghc-gtk-dev libghc-glade-dev libpcap-dev language-pack-de language-pack-fr gtk2hs-buildtools libdbus-1-dev
@@ -40,7 +40,7 @@ clean-bustle_SRC::
rm -rf $(SRC_DIR)/bustle_*
$(bustle_SRC)/Makefile:
- cd $(bustle_SRC)/.. && git clone $(bustle_URL) $(bustle_SRC)
+ git clone $(bustle_URL) $(bustle_SRC)
cd $(bustle_SRC) && git checkout $(bustle_VERSION)
$(bustle_SRC)/.patched: $(bustle_SRC)/Makefile
diff --git a/test/navigation/src/bustle b/test/navigation/src/bustle
new file mode 160000
+Subproject 61ac45d195476edb810a1c2345c886fdc51a20c