Changeset 72921 in vbox
- Timestamp:
- Jul 5, 2018 3:17:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r72797 r72921 47 47 ifeq ($(wildcard rpm/rules),) 48 48 $(error call rpm/rules from src/VBox/Installer/linux) 49 endif50 51 ifneq ($(wildcard /usr/lib/rpm/find-requires.ksyms),)52 # don't allow to check for kernel syms, otherwise we depend on specific kernel versions!53 $(error /usr/lib/rpm/find-requires.ksyms must not be installed)54 endif55 ifneq ($(wildcard /usr/lib/rpm/find-supplements.ksyms),)56 # same for openSUSE57 $(error /usr/lib/rpm/find-supplements.ksyms must not be installed)58 endif59 ifeq ($(shell if grep -q '^/usr/lib/virtualbox' /etc/permissions* 2>/dev/null; then echo yes; fi),yes)60 # make sure openSUSE permissions fixes don't interfere with us61 $(error Fix /etc/permissions*)62 endif63 ifeq ($(shell if grep -q '^%disttag' /usr/lib/rpm/macros.d/mandriva 2>/dev/null; then echo yes; fi),yes)64 $(error Fix /usr/lib/rpm/macros.d/mandriva)65 49 endif 66 50
Note:
See TracChangeset
for help on using the changeset viewer.