Hi,

On Thu, 2009-01-15 at 12:35 +0900, Seiichi Ikarashi wrote:
> --- b/testcases/commands/unzip/Makefile 2008-12-12 23:02:42.000000000
> +0900
> +++ a/testcases/commands/unzip/Makefile 2009-01-14 09:04:02.000000000
> +0900
> @@ -4,7 +4,7 @@ all:
>  install:
>         ln -f unzip_tests.sh ../../bin/unzip_tests.sh
>         ln -f tst_unzip_file.zip ../../bin/tst_unzip_file.zip
> -       ln -f tst_unzip_file.zip /tmp/tst_unzip_file.zip
> +       ln -fs $(PWD)/unzip/tst_unzip_file.zip /tmp/tst_unzip_file.zip

You would probably wanted to do this:

-       ln -sf tst_unzip_file.zip /tmp/tst_unzip_file.zip
+       ln -fs $(PWD)/unzip/tst_unzip_file.zip /tmp/tst_unzip_file.zip

Done.

Regards--
Subrata

>         chmod 777 tst_unzip_file.zip
> 
>  clean:
> 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to