VirtualBox

Ignore:
Timestamp:
Jul 6, 2017 1:54:05 PM (8 years ago)
Author:
vboxsync
Message:

rpm: set the build dir to out/rpm like for debian

File:
1 edited

Legend:

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

    r67762 r67824  
    6464vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
    6565pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    66 builddir := $(current)/rpm/builddir
     66builddir := $(vboxroot)/rpm/builddir
    6767rpmlib   := $(shell if [ `uname -m` = "x86_64" ]; then echo "lib64"; else echo "lib"; fi)
    6868chrarch  := $(shell if [ `uname -m` = "x86_64" ]; then echo "amd64"; else echo "x86"; 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