[Bug 408952] New: svn_load_dirs.pl has incorrect path to 'svn'
https://bugzilla.novell.com/show_bug.cgi?id=408952 Summary: svn_load_dirs.pl has incorrect path to 'svn' Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: wberrier@gmail.com QAContact: qa@suse.de Found By: --- In the subversion-tools package, there's a script that assists with importing vendor drops: /usr/share/subversion/tools/svn_load_dirs/svn_load_dirs.pl This file is generated from a .in file and incorrectly tries to execute: /usr/svn instead of: /usr/bin/svn Here's the culprit: # Specify the location of the svn command. my $svn = '/usr/svn'; Which autogenerates from: # Specify the location of the svn command. my $svn = '@SVN_BINDIR@/svn'; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=408952 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pth@novell.com |olh@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=408952 User olh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408952#c1 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Olaf Hering <olh@novell.com> 2008-10-15 03:52:08 MDT --- I have fixed the sed call in rpm spec file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com