]> git.pld-linux.org Git - packages/VirtualBox.git/blobdiff - VirtualBox-configure-spaces.patch
install VBoxClient-all, drop xinitrc.d, assume modern desktop for autostart stuff
[packages/VirtualBox.git] / VirtualBox-configure-spaces.patch
index 3ca8112381cfb8042d5625b56855b4b36bdec6c0..f123e16dd955eb567c4697a4e984fae264103fc9 100644 (file)
@@ -1,11 +1,12 @@
---- VirtualBox-1.5.6_OSE/configure~    2008-02-27 18:34:55.000000000 +0200
-+++ VirtualBox-1.5.6_OSE/configure     2008-02-27 18:35:18.343812355 +0200
-@@ -1297,7 +1297,7 @@
+diff -urN VirtualBox-2.0.0.orig/configure VirtualBox-2.0.0/configure
+--- VirtualBox-2.0.0.orig/configure    2008-09-04 20:08:30.000000000 +0200
++++ VirtualBox-2.0.0/configure 2008-09-04 20:10:55.000000000 +0200
+@@ -1738,7 +1738,7 @@
  #
  
  # scan command line options
 -for option in $*; do
-+for option in "$*"; do
++for option in "$@"; do
    case "$option" in
      --help|-help|-h)
        show_help
This page took 0.067532 seconds and 4 git commands to generate.