Changeset 36782 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- Apr 21, 2011 7:57:54 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r36758 r36782 68 68 debver :=$(subst _ALPHA,~alpha,$(subst _BETA,~beta,$(ver)))$(svnver)$(if \ 69 69 $(BLEEDING_EDGE),-$(BLEEDING_EDGE),)$(VERSUFFIX)$(if \ 70 $(HEADLESS), _headless,)$(if $(DEBUG),_dbg,)70 $(HEADLESS),~headless,)$(if $(DEBUG),~dbg,) 71 71 archdir := $(prefix)/opt/VirtualBox-$(ver) 72 72 endif … … 81 81 82 82 # shipping Linux kernel modules with bleeding-edge releases doesn't make sense 83 instmod := $(if $(filter _Ubuntu_lucid _ Debian_sid,$(debrel)),,1)83 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _Debian_sid,$(debrel)),,1) 84 84 85 85 ifneq ($(MAKECMDGOALS),clean) … … 90 90 endif 91 91 92 # Locations of custom built Qt libraries (see below) 93 qtstdc5 := /home/vbox/Qt-4.4.3-stdc++5-$(arch) 92 # Location of custom built Qt libraries (see below) 94 93 qtstdc6 := /home/vbox/Qt-4.4.3-stdc++6-$(arch) 95 94
Note:
See TracChangeset
for help on using the changeset viewer.