From fc2d390d60051324cdbb60e527df6c861601fa70 Mon Sep 17 00:00:00 2001 From: fcrozat Date: Mon, 7 Mar 2005 16:04:42 +0000 Subject: Fix perms for config file git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179803 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b94cf5..951e182 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: 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 + install -m 644 s2u.conf $(DESTDIR)/etc/dbus-1/system.d # rules to build a test rpm -- cgit v1.2.1