* Wed 2008-03-05 Volker Zell <[EMAIL PROTECTED]>
>
> Both binaries have the following as the first 3 lines. Looks a little strange.
>
> #!/usr/bin/perl -w
> # the path to perl at the top was generated by autoconf
> #!/usr/bin/perl -w

That's harmless and cosmetic value only, but I've taken cared of this.

> Also your postinstall script has two times the following code block:

Fixed.

  mkdir rsnapshot
  cd rsnapshot
  wget        \
    http://cygwin.cante.net/rsnapshot/setup.hint \
    http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1-src.tar.bz2 \
    http://cygwin.cante.net/rsnapshot/rsnapshot-1.3.0-1.tar.bz2 \
  tar -xf rsnapshot-1.3.0-1-src.tar.bz2
  ./rsnapshot*.sh --color all

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to