Switch from %setup to %autosetup
This commit is contained in:
parent
fa19892259
commit
383f9e2555
2 changed files with 3 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
--- build.xml~ 2014-06-12 17:23:24.000000000 +0200
|
||||
+++ build.xml 2015-06-23 10:30:57.374976304 +0200
|
||||
--- java_cup/build.xml~ 2014-06-12 17:23:24.000000000 +0200
|
||||
+++ java_cup/build.xml 2015-06-23 10:30:57.374976304 +0200
|
||||
@@ -17,18 +17,6 @@
|
||||
<mkdir dir="${java}" />
|
||||
<mkdir dir="${classes}" />
|
||||
|
|
|
|||
|
|
@ -52,9 +52,7 @@ Summary: Documentation for java_cup
|
|||
Documentation for java_cup.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 0 -b .build
|
||||
%patch 1 -p1
|
||||
%autosetup -p1 -C
|
||||
|
||||
# remove all binary files
|
||||
find -name "*.class" -delete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue