SPECS: tile.spec - use install -d

darekr darekr at pld-linux.org
Sun Mar 18 11:25:06 CET 2007


Author: darekr                       Date: Sun Mar 18 10:25:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use install -d

---- Files affected:
SPECS:
   tile.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/tile.spec
diff -u SPECS/tile.spec:1.4 SPECS/tile.spec:1.5
--- SPECS/tile.spec:1.4	Sun Mar 18 08:52:52 2007
+++ SPECS/tile.spec	Sun Mar 18 11:25:01 2007
@@ -85,7 +85,7 @@
 
 ln -sf %{_libdir}/lib%{name}%{version}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
 
-mkdir $RPM_BUILD_ROOT%{_mandir}/man{n,3}
+install -d $RPM_BUILD_ROOT%{_mandir}/man{n,3}
 install doc/*.n $RPM_BUILD_ROOT%{_mandir}/mann
 install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 
@@ -124,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/03/18 10:25:01  darekr
+- use install -d
+
 Revision 1.4  2007/03/18 07:52:52  beorn
 - Polish translation
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tile.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list