VirtualBox

Changeset 57778 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2015 9:55:40 AM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: simplify separated RPM build output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r57775 r57778  
    5555verpkg   := VirtualBox-5.0
    5656current  := $(shell pwd)
    57 vboxroot := $(shell cd ../../../..; pwd)
     57vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
    5858pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd))
    5959builddir := $(current)/rpm/builddir
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette