rpms/geronimo-specs/F-11 geronimo-specs.spec,1.24,1.25

Fernando Nasser fnasser at fedoraproject.org
Thu May 7 16:02:58 UTC 2009


Author: fnasser

Update of /cvs/extras/rpms/geronimo-specs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21454

Modified Files:
	geronimo-specs.spec 
Log Message:
Move -d argument to the front


Index: geronimo-specs.spec
===================================================================
RCS file: /cvs/extras/rpms/geronimo-specs/F-11/geronimo-specs.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- geronimo-specs.spec	7 May 2009 14:48:02 -0000	1.24
+++ geronimo-specs.spec	7 May 2009 16:02:28 -0000	1.25
@@ -77,7 +77,7 @@ for spec in \
 	unset CLASSPATH
     esac
 	
-    javac -source 1.4 -target 1.4 $srcdir -d $classdir || exit 1
+    javac -source 1.4 -target 1.4 -d $classdir $srcdir || exit 1
     mkdir -p $classdir/META-INF
     cp -a LICENSE.txt $classdir/META-INF
     jar cf $jarfile -C $classdir .




More information about the fedora-extras-commits mailing list