Changeset 74979 in vbox for trunk/src/VBox/Installer/linux/rpm
- Timestamp:
- Oct 22, 2018 6:20:20 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126001
- Location:
- trunk/src/VBox/Installer/linux/rpm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r69500 r74979 186 186 fi 187 187 ln -s ../VBoxVMM.so $RPM_BUILD_ROOT/usr/lib/virtualbox/components/VBoxVMM.so 188 for i in V irtualBox VBoxHeadless VBoxNetDHCP VBoxNetNAT VBoxNetAdpCtl; do188 for i in VBoxHeadless VBoxNetDHCP VBoxNetNAT VBoxNetAdpCtl; do 189 189 chmod 4511 $RPM_BUILD_ROOT/usr/lib/virtualbox/$i; done 190 if test -e $RPM_BUILD_ROOT/usr/lib/virtualbox/VirtualBoxVM; then 191 chmod 4511 $RPM_BUILD_ROOT/usr/lib/virtualbox/VirtualBoxVM 192 else 193 chmod 4511 $RPM_BUILD_ROOT/usr/lib/virtualbox/VirtualBox 194 fi 190 195 if [ -f $RPM_BUILD_ROOT/usr/lib/virtualbox/VBoxVolInfo ]; then 191 196 chmod 4511 $RPM_BUILD_ROOT/usr/lib/virtualbox/VBoxVolInfo -
trunk/src/VBox/Installer/linux/rpm/rules
r74326 r74979 49 49 endif 50 50 51 verpkg := VirtualBox- 5.251 verpkg := VirtualBox-6.0 52 52 current := $(shell pwd) 53 53 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.