VirtualBox

Changeset 23889 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 19, 2009 8:58:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53672
Message:

2nd try to fix r53634

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r23651 r23889  
    287287        $(QUIET)$(SED_EXT) \
    288288                -e "s|%NOLSB%|yes|g" \
     289                -e "s|%DEBIAN%||g" \
    289290                -e "s|%PACKAGE%|virtualbox|g" \
    290291                --output $@ \
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r23888 r23889  
    3636LOG="/var/log/vbox-install.log"
    3737NOLSB=%NOLSB%
     38DEBIAN=%DEBIAN%
    3839
    3940[ -f /lib/lsb/init-functions ] || NOLSB=yes
     
    5051    BUILDVBOXNETFLT="/usr/share/%PACKAGE%/src/vboxnetflt/build_in_tmp"
    5152    BUILDVBOXNETADP="/usr/share/%PACKAGE%/src/vboxnetadp/build_in_tmp"
    52     # silently exit if the package was uninstalled but not purged,
    53     # applies to Debian packages only
    54     [ -x $VBOXMANAGE -a -x $BUILDVBOXDRV ] || exit 0
    5553fi
     54
     55# silently exit if the package was uninstalled but not purged,
     56# applies to Debian packages only
     57[ -n "$DEBIAN" -a -x $VBOXMANAGE -a -x $BUILDVBOXDRV ] || exit 0
    5658
    5759if [ -n "$NOLSB" ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette