VirtualBox

Changeset 57786 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Sep 16, 2015 3:48:47 PM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: simplify separated RPM build output, part 2.

File:
1 edited

Legend:

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

    r57778 r57786  
    5656current  := $(shell pwd)
    5757vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
    58 pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd ../../../../..; pwd))
     58pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    5959builddir := $(current)/rpm/builddir
    6060rpmlib   := $(shell if [ `uname -m` = "x86_64" ]; then echo "lib64"; else echo "lib"; fi)
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