]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- simplifications in %install. acpid-1_0_0-3
authorkloczek <kloczek@pld-linux.org>
Thu, 24 Jan 2002 05:29:20 +0000 (05:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.spec -> 1.8

acpid.spec

index 0ebdddb2d8911681d335155c2ab93ae041e83221..fb6bedb80602c9517cad05e77e947452f5c3c9bf 100644 (file)
@@ -28,9 +28,8 @@ acpid to demon przekazuj
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/acpi/{events,actions},/var/log,/etc/{rc.d/init.d,sysconfig}}
-install -d $RPM_BUILD_ROOT/{%{_sbindir},%{_mandir}/man8}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/acpi/{events,actions},/var/log} \
+       $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_sbindir},%{_mandir}/man8}
 
 install acpid $RPM_BUILD_ROOT/%{_sbindir}
 install acpid.8 $RPM_BUILD_ROOT/%{_mandir}/man8
This page took 0.082413 seconds and 4 git commands to generate.