From 1bde03e25161aa918a440695a54d73bd0daf8c69 Mon Sep 17 00:00:00 2001 From: Date: Fri, 28 Nov 2014 16:56:13 +0100 Subject: bug fixed in bustle generation --- test/navigation/bustle.mk | 4 ++-- test/navigation/src/bustle | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 test/navigation/src/bustle 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 index 0000000..61ac45d --- /dev/null +++ b/test/navigation/src/bustle @@ -0,0 +1 @@ +Subproject commit 61ac45d195476edb810a1c2345c886fdc51a20cc -- cgit v1.2.1