Changeset 81142 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 8, 2019 11:13:23 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133776
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r76758 r81142 51 51 52 52 package := virtualbox 53 verpkg := virtualbox-6. 053 verpkg := virtualbox-6.1 54 54 current := $(shell pwd) 55 55 vboxroot := $(shell cd ../../../..; pwd) -
trunk/src/VBox/Installer/linux/rpm/rules
r80516 r81142 49 49 endif 50 50 51 verpkg := VirtualBox-6. 051 verpkg := VirtualBox-6.1 52 52 current := $(shell pwd) 53 53 vboxroot := $(shell while ! test -r configure && ! test "$PWD" = "/"; do cd ..; done; pwd)
Note:
See TracChangeset
for help on using the changeset viewer.