From ba7efb2efb39c5095f641c1dbabf67dbae90bcb3e805922fa2cc3afa9de0057c Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Fri, 15 Jun 2012 12:25:18 +0000 Subject: [PATCH] fix a typo in build OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-daemon?expand=0&rev=2 --- apache-commons-daemon.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index 8da78cb..f305199 100644 --- a/apache-commons-daemon.spec +++ b/apache-commons-daemon.spec @@ -84,10 +84,10 @@ rm -rf src/samples/build/ chmod 644 src/samples/* %build -cd src/native/unix -xmlto man man/jsvc.1.xml -# build native jsvc pushd src/native/unix +xmlto man man/jsvc.1.xml + +# build native jsvc %configure --with-java=%{java_home} # this is here because 1.0.2 archive contains old *.o make clean