SPECS: tftp-hpa.spec - create all dirs in install

baggins baggins at pld-linux.org
Thu Apr 23 17:25:57 CEST 2009


Author: baggins                      Date: Thu Apr 23 15:25:57 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- create all dirs in install

---- Files affected:
SPECS:
   tftp-hpa.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/tftp-hpa.spec
diff -u SPECS/tftp-hpa.spec:1.53 SPECS/tftp-hpa.spec:1.54
--- SPECS/tftp-hpa.spec:1.53	Thu Apr 23 17:03:18 2009
+++ SPECS/tftp-hpa.spec	Thu Apr 23 17:25:52 2009
@@ -142,8 +142,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},/etc/sysconfig/rc-inetd} \
-	$RPM_BUILD_ROOT{%{_mandir}/man{1,8},/var/lib/tftp}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,8}} \
+	$RPM_BUILD_ROOT{/etc/sysconfig/rc-inetd,/etc/rc.d/init.d} \
+	$RPM_BUILD_ROOT/var/lib/tftp
 
 %{__make} install \
 	INSTALLROOT=$RPM_BUILD_ROOT \
@@ -214,6 +215,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2009/04/23 15:25:52  baggins
+- create all dirs in install
+
 Revision 1.53  2009/04/23 15:03:18  baggins
 - rel 2
 - split tftpd-hpa package into -common and -inetd
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tftp-hpa.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list