]> git.pld-linux.org Git - packages/VirtualBox.git/blame - export_modules.patch
- fix -guest deps; rel 5
[packages/VirtualBox.git] / export_modules.patch
CommitLineData
1794e74d
ER
1--- VirtualBox-3.2.6_OSE/src/VBox/HostDrivers/linux/export_modules~ 2010-08-02 17:33:03.000000000 +0300
2+++ VirtualBox-3.2.6_OSE/src/VBox/HostDrivers/linux/export_modules 2010-08-02 17:35:29.736477562 +0300
3@@ -109,20 +109,6 @@
4 sed -e "s;-DVBOX_WITH_HARDENING;;g" < $PATH_VBOXNET/linux/Makefile > $PATH_TMP/vboxnetflt/Makefile
5 fi
6
7-# vboxnetadp (VirtualBox network adapter kernel module)
8-mkdir $PATH_TMP/vboxnetadp || exit 1
9-for f in $VBOX_VBOXNETADP_SOURCES; do
10- install -D -m 0644 `echo $f|cut -d'=' -f1` "$PATH_TMP/vboxnetadp/`echo $f|cut -d'>' -f2`"
11-done
12-sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_LINUX/build_in_tmp > $PATH_TMP/vboxnetadp/build_in_tmp
13-chmod 0755 $PATH_TMP/vboxnetadp/build_in_tmp
14-sed -e "s;_VERSION_;$VBOX_VERSION_STRING;g" < $PATH_VBOXADP/linux/dkms.conf > $PATH_TMP/vboxnetadp/dkms.conf
15-if [ -n "$VBOX_WITH_HARDENING" ]; then
16- cat $PATH_VBOXADP/linux/Makefile > $PATH_TMP/vboxnetadp/Makefile
17-else
18- sed -e "s;-DVBOX_WITH_HARDENING;;g" < $PATH_VBOXADP/linux/Makefile > $PATH_TMP/vboxnetadp/Makefile
19-fi
20-
21 # vboxnetadp (VirtualBox host-only network kernel module)
22 mkdir $PATH_TMP/vboxnetadp || exit 1
23 for f in $VBOX_VBOXNETADP_SOURCES; do
This page took 0.031352 seconds and 4 git commands to generate.