Changeset 57786 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Sep 16, 2015 3:48:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r57778 r57786 56 56 current := $(shell pwd) 57 57 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd) 58 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd))58 pkgdir := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd)) 59 59 builddir := $(current)/rpm/builddir 60 60 rpmlib := $(shell if [ `uname -m` = "x86_64" ]; then echo "lib64"; else echo "lib"; fi)
Note:
See TracChangeset
for help on using the changeset viewer.