This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

wtf fix for sh prep


http://cygwin.com/acronyms/#KOTPPLAUOP

wtf didn't have this one.

wtf includes a version of OLOCA from 2003.  I downloaded the source package and
found how to get the new one, so I'm happy.  I did have to modify the makefile
to get it to work, though.

If this patch is accepted, maybe at the same time, a 2006 version of OLOCA would
go in?

Best Regards,
Bryan

$ ./wtf-0.0.4-6.sh prep
./wtf-0.0.4-6.sh: line 64: syntax error near unexpected token `&&'
./wtf-0.0.4-6.sh: line 64: `  && mkdirs )'

===================================================================
--- wtf-0.0.4-6.sh      2003-11-25 16:42:58.000000000 -0800
+++ wtf-new.sh  2006-03-31 06:38:42.953125000 -0800
@@ -60,8 +60,8 @@
   (cd ${topdir} && \
   tar xvjf ${src_orig_pkg} && \
   cd ${topdir} && \
-  patch -p0 < ${src_patch}
-  && mkdirs )
+  patch -p0 < ${src_patch} && \
+  mkdirs )
 }
 conf() {
   (cd ${objdir} && \

===================================================================



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]