Changeset 11755
- Timestamp:
- 08/28/08 14:28:21 (3 months ago)
- Files:
-
- trunk/debian/VBox.sh (modified) (1 diff)
- trunk/debian/control (modified) (1 diff)
- trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/VBox.sh
r10432 r11755 45 45 You will not be able to start VMs until this problem is fixed. 46 46 EOF 47 elif [ ! -w /dev/vboxdrv ]; then48 if [ "`id | grep vboxusers`" = "" ]; then49 cat << EOF50 WARNING: You are not a member of the "vboxusers" group. Please add yourself51 to this group before starting VirtualBox.52 53 You will not be able to start VMs until this problem is fixed.54 EOF55 else56 cat << EOF57 WARNING: /dev/vboxdrv not writable for some reason. If you recently added the58 current user to the vboxusers group then you have to logout and59 re-login to take the change effect.60 61 You will not be able to start VMs until this problem is fixed.62 EOF63 fi64 47 fi 65 48 trunk/debian/control
r11346 r11755 9 9 lsb-release, g++-multilib [amd64], libc6-dev-i386 [amd64], 10 10 ia32-libs [amd64], libasound-dev, libpulse-dev, libxml2-dev, 11 libxslt1-dev 11 libxslt1-dev, python-dev 12 12 13 13 Package: virtualbox-ose trunk/debian/rules
r11725 r11755 169 169 mv $(archdir)/*.so $(prefix)/usr/lib/$(package) 170 170 mv $(archdir)/*.so.4 $(prefix)/usr/lib/$(package) || true 171 mv $(archdir)/sdk $(prefix)/usr/share/$(package)172 171 $(if $(HEADLESS),,mv $(archdir)/nls $(prefix)/usr/share/$(package)) 173 172 mv $(archdir)/src $(prefix)/usr/share/$(package)

