SPECS: java-commons-net.spec - use install instead of mkdir

paszczus paszczus at pld-linux.org
Thu Mar 26 19:59:34 CET 2009


Author: paszczus                     Date: Thu Mar 26 18:59:34 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use install instead of mkdir

---- Files affected:
SPECS:
   java-commons-net.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/java-commons-net.spec
diff -u SPECS/java-commons-net.spec:1.23 SPECS/java-commons-net.spec:1.24
--- SPECS/java-commons-net.spec:1.23	Tue Mar 24 12:02:58 2009
+++ SPECS/java-commons-net.spec	Thu Mar 26 19:59:29 2009
@@ -63,6 +63,7 @@
 # method, so we have to use one provided by glibj (from gnu-classpath).
 # toMatchResult is implemented in libgcj-4.4, so most probably, when gcc-4.4
 # will be released, we can can drop gnu-classpath dependency
+
 %if %{without java_sun}
   glibj_jar=$(find-jar glibj)
 %endif
@@ -71,7 +72,7 @@
 export CLASSPATH
 export JAVA_HOME="%{java_home}"
 
-mkdir build
+install -d build
 
 %javac \
 	-classpath $CLASSPATH \
@@ -125,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2009/03/26 18:59:29  paszczus
+- use install instead of mkdir
+
 Revision 1.23  2009/03/24 11:02:58  glen
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-commons-net.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list