From 038ca2921c3f22a637bf5288f5d11b8041e7c548 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 18 May 2007 21:22:06 +0000 Subject: [PATCH] * turn off the maemo-launcher for now, as it seems to break connectivity pmo-trunk-r1916 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9588eb3..3bd21d4 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -LAUNCHER = yes +LAUNCHER = no ifneq (,$(findstring maemo-launcher,$(DEB_BUILD_OPTIONS))) LAUNCHER = yes endif -- 1.7.9.5