Re: [GnomeMeeting-devel-list] [BETA6] the "Georgi! I did it!" release



On 11/08/2003 at 06:15:45(+0900), Georgi Georgiev used 3.0K just to say:
> On 10/08/2003 at 13:18:10(+0200), PUYDT Julien used 5.1K just to say:
> > TEST! TEST! TEST! REPORT! REPORT! REPORT!
> 
> Regarding the Makefile.in patch for pwlib:
> 
> You have these lines in your diff:
> 
> +   if [1 = $(TRY_PLUGINS)]; then mkdir -p $(LIBDIR)/pwlib; else mkdir -p $(LIBDIR); fi
> +   if [1 = $(TRY_PLUGINS)]; then cp -rf plugins/lib/*.so $(LIBDIR)/pwlib/; fi
> 
> However, they give me a
> 
> /bin/sh: line 1: [1: command not found
> 
> You need spaces around the "[" and "]".

Additionally, 

-+   if [1 = $(TRY_PLUGINS)];   then cp -rf plugins/lib/*.so $(LIBDIR)/pwlib/; fi
++   if [ 1 = $(TRY_PLUGINS) ]; then cp -rf plugins/lib/*/*.so $(LIBDIR)/pwlib/; fi

since you moved the plugins to sound/ and video/ directories I guess...

-- 
(*   Georgi Georgiev   (* BOFH Excuse #445: Browser's cookie is        (*
*)    chutz gg3 net    *) corrupted -- someone's been nibbling on it.  *)
(*  +81(90)6266-1163   (*                                              (*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]