]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- install file by hand, make instal tries to chnge permissions
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 23 Dec 2001 20:34:28 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- relase 2

Changed files:
    acpid.spec -> 1.3

acpid.spec

index 10ad988d73c07ade524fb819175d4ea4bd28fe81..24c73a81663d122db305d47d10b7730981e16fde 100644 (file)
@@ -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}
 
This page took 0.042364 seconds and 4 git commands to generate.