From 7cae7d5c120509aaa2996f1b7f28baafdb34cb39 Mon Sep 17 00:00:00 2001 From: filon Date: Sun, 23 Dec 2001 20:34:28 +0000 Subject: [PATCH] - install file by hand, make instal tries to chnge permissions - relase 2 Changed files: acpid.spec -> 1.3 --- acpid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acpid.spec b/acpid.spec index 10ad988..24c73a8 100644 --- a/acpid.spec +++ b/acpid.spec @@ -2,7 +2,7 @@ Summary: ACPI Event Daemon Summary(pl): Demon zdarzeƱ ACPI Name: acpid Version: 1.0.0 -Release: 1 +Release: 2 License: GPL Group: Daemons Group(de): Server @@ -26,7 +26,10 @@ acpid to demon przekazuj %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT -%{__make} install INSTPREFIX=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT/{%{_sbindir},%{_mandir}/man8} +install acpid $RPM_BUILD_ROOT/%{_sbindir} +install acpid.8 $RPM_BUILD_ROOT/%{_mandir}/man8 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/acpi/{events,actions},/var/log,/etc/rc.d/init.d} -- 2.44.0