SPECS: asm2.spec - use install -d instead of mkdir

paszczus paszczus at pld-linux.org
Fri Mar 27 09:21:58 CET 2009


Author: paszczus                     Date: Fri Mar 27 08:21:58 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use install -d instead of mkdir

---- Files affected:
SPECS:
   asm2.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/asm2.spec
diff -u SPECS/asm2.spec:1.13 SPECS/asm2.spec:1.14
--- SPECS/asm2.spec:1.13	Fri Mar 27 09:16:35 2009
+++ SPECS/asm2.spec	Fri Mar 27 09:21:53 2009
@@ -48,7 +48,7 @@
 install -m 644 %{SOURCE1} .
 install -m 644 %{SOURCE2} .
 
-mkdir test/lib
+install -d test/lib
 
 %build
 export LC_ALL=en_US # source not in ASCII
@@ -95,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2009/03/27 08:21:53  paszczus
+- use install -d instead of mkdir
+
 Revision 1.13  2009/03/27 08:16:35  paszczus
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/asm2.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list