From f4a53541b0924e8e2f3a7a49f7f4bfeca34332d4 Mon Sep 17 00:00:00 2001 From: ruglory Date: Sun, 17 May 2009 18:56:16 +0000 Subject: [PATCH] Moved service file to system-services git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@157 cac9541e-1b8d-4bfa-827e-589bba606050 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1454d45..cd1b1b8 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ configure-stamp: cd build; cmake .. -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/qlscribe/usr \ -DFINAL_INSTALL_PREFIX=/usr \ -DDBUS_SYSTEM_POLICY_DIR=$(CURDIR)/debian/qlscribe/etc/dbus-1/system.d \ - -DDBUS_SYSTEM_SERVICE_DIR=$(CURDIR)/debian/qlscribe/usr/share/dbus-1/services + -DDBUS_SYSTEM_SERVICE_DIR=$(CURDIR)/debian/qlscribe/usr/share/dbus-1/system-services build: build-stamp