Comment 0 for bug 334

Revision history for this message
Ji Yu (noizezone) wrote :

gnupod_otgsync.pl is called from FooBar.pm. Trouble is, the ubuntu version has renamed the script to gnupod_otgsync. Therefore this patch is needed

--- FooBar.pm 2005-04-09 01:57:00.968412864 -0400
+++ FooBar.pm.old 2005-04-09 01:56:27.021573568 -0400
@@ -92,7 +92,7 @@
 sub do_otgsync {
  my($con) = @_;

-my $XBIN = "$con->{bindir}/gnupod_otgsync";
+my $XBIN = "$con->{bindir}/gnupod_otgsync.pl";

 if(-x $XBIN) {
      my $OLDENV = $ENV{IPOD_MOUNTPOINT};