summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-06-04 08:48:05 +0100
committerWill Thompson <will@willthompson.co.uk>2015-06-04 08:48:05 +0100
commit1d5ce72d69d7a58b09c4b5c02cec7d5f21437c76 (patch)
treec4f76b8678f5fffb61df5e0c350bb2162eeee744 /Makefile
parent17b6456d3014892dbe77fd88364b7ca5a07f789d (diff)
No mo cabal-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 918aa3c..9dbe16d 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ TARBALL_FULL_DIR := $(TARBALL_PARENT_DIR)/$(TARBALL_DIR)
TARBALL := $(TARBALL_DIR).tar.bz2
maintainer-binary-tarball: all
mkdir -p $(TARBALL_FULL_DIR)
- cabal-dev install --prefix=$(TOP)/$(TARBALL_FULL_DIR) \
+ cabal install --prefix=$(TOP)/$(TARBALL_FULL_DIR) \
--datadir=$(TOP)/$(TARBALL_FULL_DIR) --datasubdir=.
cp bustle.sh README.md $(TARBALL_FULL_DIR)
perl -pi -e 's{^ bustle-pcap}{ ./bustle-pcap};' \