aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-07 16:01:12 +0000
committerfcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2005-03-07 16:01:12 +0000
commitb1a60e2f91f95f0da9bfb96d7d9453f27248f028 (patch)
tree1a63b1cd08b548b04f92363d3cd75ecb0f2a7046 /Makefile
parentd2f6a2ed5c3c6e83f0b01843944dda83338e13e8 (diff)
downloads2u-b1a60e2f91f95f0da9bfb96d7d9453f27248f028.tar
s2u-b1a60e2f91f95f0da9bfb96d7d9453f27248f028.tar.gz
s2u-b1a60e2f91f95f0da9bfb96d7d9453f27248f028.tar.bz2
s2u-b1a60e2f91f95f0da9bfb96d7d9453f27248f028.tar.xz
s2u-b1a60e2f91f95f0da9bfb96d7d9453f27248f028.zip
Release 0.5 :0.5
no longer use session bus, use system bus instead (fix Mdk bug #13166) git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179801 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3d7c56..2b94cf5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ RELEASE:=$(shell rpm -q --qf %{RELEASE} --specfile $(PACKAGE).spec)
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
FILES = Makefile README hostname-post s2u.c s2u.sh s2u.spec \
- AUTHORS LICENSE README ChangeLog
+ AUTHORS LICENSE README ChangeLog s2u.conf
DEFS = -DDBUS_API_SUBJECT_TO_CHANGE=1
CC = gcc
@@ -41,6 +41,9 @@ install:
install s2u $(DESTDIR)/usr/bin
install -d $(DESTDIR)/etc/sysconfig/network-scripts/hostname.d
install hostname-post $(DESTDIR)/etc/sysconfig/network-scripts/hostname.d/s2u
+ install -d $(DESTDIR)/etc/dbus-1/system.d
+ install s2u.conf $(DESTDIR)/etc/dbus-1/system.d
+
# rules to build a test rpm
localrpm: localdist buildrpm