- Timestamp:
- Sep 16, 2015 9:55:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r57775 r57778 55 55 verpkg := VirtualBox-5.0 56 56 current := $(shell pwd) 57 vboxroot := $(shell cd ../../../..; pwd)57 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd) 58 58 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd)) 59 59 builddir := $(current)/rpm/builddir
Note:
See TracChangeset
for help on using the changeset viewer.