From 0dd5f36cf3eacf5ab69c533e611c56a3edcbc1af Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 25 Dec 2007 14:26:22 +0000 Subject: Fixed missing backslash. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 71a35e81..614ee701 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) config.status: patch dh_testdir - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --datadir=/usr/share/games --bindir=/usr/games --mandir=/usr/share/man -- cgit v1.2.3-70-g09d2