Changeset 64072 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- Sep 28, 2016 11:13:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r63959 r64072 66 66 STAGEDISO ?= $(if $(wildcard $(vboxroot)/prebuild/VBoxGuestAdditions.iso),$(vboxroot)/prebuild,) 67 67 NOWINE := $(if $(NODOCS),$(if $(STAGEDISO),1,),)$(ose) 68 PYTHON := $(firstword $(shell which python) $(shell which python3)) 68 69 69 70 ifneq ($(wildcard $(verfile)),) … … 276 277 export VBOX_INSTALL_PATH=/usr/lib/$(package) && \ 277 278 cd $(builddir)/bin/sdk/installer && \ 278 python./vboxapisetup.py install --root $(prefix)279 $(PYTHON) ./vboxapisetup.py install --root $(prefix) 279 280 rm -rf $(prefix)/usr/lib/$(package)/sdk/installer 280 281 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/components/VBoxVMM.so … … 321 322 mv $(prefix)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib 322 323 endif 323 dh_python2324 $(firstword $(shell which dh_python2) $(shell which dh_python3)) 324 325 dh_compress -X.pdf -X.chm -X LICENSE -X.py 325 326 dh_fixperms
Note:
See TracChangeset
for help on using the changeset viewer.