]> git.pld-linux.org Git - packages/xinetd.git/commitdiff
- fix in install -d
authorkravietz <kravietz@pld-linux.org>
Tue, 12 Sep 2000 15:10:57 +0000 (15:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xinetd.spec -> 1.7

xinetd.spec

index defc6ace89b424af25ca45457772986737ac64cd..790036fd93d6d8790eba5a697cf9e1fc50030904 100644 (file)
@@ -1,4 +1,4 @@
-# $Revision: 1.6 $
+# $Revision: 1.7 $
 Summary:       Secure replacement for inetd
 Summary(pl):   Bezpieczny odpowiednik inetd
 Name:          xinetd
@@ -41,7 +41,8 @@ LDFLAGS="-s"; export LDFLAGS
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{_sbindir} \
-       $RPM_BUILD_ROOT/%{_mandir}/man{5,8},%{_sysconfdir}}
+       $RPM_BUILD_ROOT/%{_mandir}/man{5,8} \
+       $RPM_BUILD_DIR/%{_sysconfdir}
 
 install xinetd/xinetd $RPM_BUILD_ROOT/%{_sbindir}
 install xinetd/itox $RPM_BUILD_ROOT/%{_sbindir}
This page took 0.065588 seconds and 4 git commands to generate.