Opened 18 years ago
Closed 18 years ago
#814 closed defect (fixed)
Paths and package names do not match in OSE debian package
Reported by: | David Clymer | Owned by: | Frank Mehnert |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.2 |
Keywords: | OSE, debian | Cc: | |
Guest type: | other | Host type: | other |
Description
the debian/rules file uses $(package) to build path names, meaning that the package is installed in /usr/{lib,share}/virtualbox-ose.
However, various scripts (init script, VBox.sh) expect the package to be installed in /usr/{lib,share}/virtualbox, which causes breakage.
I've attached a patch to fix this, though I'm not sure it's optimal.
Attachments (3)
Change History (6)
comment:1 by , 18 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
by , 18 years ago
Attachment: | rules.diff added |
---|
by , 18 years ago
Attachment: | vboxdrv.init.tmpl.diff added |
---|
by , 18 years ago
Attachment: | Vbox.sh.tmpl.diff added |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've fixed this issue a little bit different. I actually changed all pathes to /usr/lib/virtualbox-ose and /usr/share/virtualbox-ose. The current SVN should work fine.
Ok, I guess you are referring to the debian/ directory of the OSE tarball, right? Thanks for the report, we will fix this.