Changeset 42970 in vbox for trunk/src/VBox
- Timestamp:
- Aug 24, 2012 9:58:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/export_modules
r42172 r42970 89 89 install -D -m 0755 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxdrv/`echo $f|cut -d'>' -f2`" 90 90 done 91 sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_VBOXDRV/linux/dkms.conf > $PATH_TMP/vboxdrv/dkms.conf92 91 if [ -n "$VBOX_WITH_HARDENING" ]; then 93 92 cat $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile … … 101 100 install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxnetflt/`echo $f|cut -d'>' -f2`" 102 101 done 103 sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_VBOXNET/linux/dkms.conf > $PATH_TMP/vboxnetflt/dkms.conf104 102 if [ -n "$VBOX_WITH_HARDENING" ]; then 105 103 cat $PATH_VBOXNET/linux/Makefile > $PATH_TMP/vboxnetflt/Makefile … … 113 111 install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxnetadp/`echo $f|cut -d'>' -f2`" 114 112 done 115 sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_VBOXADP/linux/dkms.conf > $PATH_TMP/vboxnetadp/dkms.conf116 113 if [ -n "$VBOX_WITH_HARDENING" ]; then 117 114 cat $PATH_VBOXADP/linux/Makefile > $PATH_TMP/vboxnetadp/Makefile … … 125 122 install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxpci/`echo $f|cut -d'>' -f2`" 126 123 done 127 sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_VBOXPCI/linux/dkms.conf > $PATH_TMP/vboxpci/dkms.conf128 124 if [ -n "$VBOX_WITH_HARDENING" ]; then 129 125 cat $PATH_VBOXPCI/linux/Makefile > $PATH_TMP/vboxpci/Makefile
Note:
See TracChangeset
for help on using the changeset viewer.