[Bug 680153] New: busybox.install expects to be called in /usr/bin
https://bugzilla.novell.com/show_bug.cgi?id=680153 https://bugzilla.novell.com/show_bug.cgi?id=680153#c0 Summary: busybox.install expects to be called in /usr/bin Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: ihno@novell.com ReportedBy: lnussel@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- busybox.install contains install -m 755 busybox $prefix/bin/busybox || exit 1 So this only works if $PWD is /usr/bin. I'd suggest to change this to install -m 755 /usr/bin/busybox $prefix/bin/busybox || exit 1 -- 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=680153 https://bugzilla.novell.com/show_bug.cgi?id=680153#c Ihno Krumreich <ihno@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED OS/Version|Other |openSUSE 11.4 -- 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=680153 https://bugzilla.novell.com/show_bug.cgi?id=680153#c1 --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2012-08-01 17:00:07 CEST --- This is an autogenerated message for OBS integration: This bug (680153) was mentioned in https://build.opensuse.org/request/show/129593 Factory / busybox -- 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=680153 https://bugzilla.novell.com/show_bug.cgi?id=680153#c2 Ihno Krumreich <ihno@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Ihno Krumreich <ihno@suse.com> 2014-04-14 22:39:41 UTC --- Fixed in Factory 1. August 2012 -- 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