Changeset 44750 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 19, 2013 12:30:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r44676 r44750 46 46 vboxroot := $(shell cd ../../../..; pwd) 47 47 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd)) 48 builddir := $( current)/debian/builddir49 moddir := $( current)/debian/modules48 builddir := $(vboxroot)/out/debian/builddir 49 moddir := $(vboxroot)/out/debian/modules 50 50 prefix := $(current)/debian/$(verpkg) 51 51 arch := $(shell dpkg --print-architecture) … … 259 259 rm $(archdir)/VBox.sh 260 260 export VBOX_INSTALL_PATH=/usr/lib/$(package) && \ 261 cd ./debian/builddir/bin/sdk/installer && \261 cd $(builddir)/bin/sdk/installer && \ 262 262 python ./vboxapisetup.py install --root $(prefix) 263 263 rm -rf $(archdir)/sdk/installer
Note:
See TracChangeset
for help on using the changeset viewer.