From be0a7d5afae7a545528abf85801d32fc3496c67e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sat, 4 Dec 2010 10:24:25 -0500 Subject: [PATCH] Style fix --- java_cup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_cup.spec b/java_cup.spec index e7ec1d1..58cfa00 100644 --- a/java_cup.spec +++ b/java_cup.spec @@ -80,7 +80,7 @@ Documentation for java_cup. cp %{SOURCE1} pom.xml # remove all binary files -find . -name "*.class" -exec rm -f {} \; +find -name "*.class" -delete %if ! %{with_bootstrap} # remove prebuilt JFlex @@ -96,7 +96,7 @@ export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex) %endif ant -find . -name parser.cup -exec rm {} \; +find -name parser.cup -delete ant javadoc %install