Changeset 35230 in vbox
- Timestamp:
- Dec 17, 2010 4:29:34 PM (14 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r35206 r35230 265 265 dh_installdocs \ 266 266 $(archdir)/UserManual*.pdf $(archdir)/VirtualBox*.chm \ 267 $(addprefix $(archdir)/, $(if $(HEADLESS),,License-*.html)LICENSE)267 $(addprefix $(archdir)/, LICENSE) 268 268 rm $(addprefix $(archdir)/,UserManual*.pdf VirtualBox*.chm \ 269 LICENSE $(if $(HEADLESS),,License-*.html))269 LICENSE) 270 270 for i in rdesktop-vrdp.tar.gz additions/VBoxGuestAdditions.iso; do \ 271 271 mv $(archdir)/$$i $(prefix)/usr/share/$(package); done -
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r34923 r35230 425 425 %defattr(-,root,root) 426 426 %doc LICENSE 427 %doc %LICENSE%428 427 %doc UserManual*.pdf 429 428 %doc VirtualBox*.chm -
trunk/src/VBox/Installer/linux/rpm/rules
r35206 r35230 166 166 -e 's|%BUILDROOT%|$(current)/rpm/buildroot|g' \ 167 167 -e 's|%LIB%|$(rpmlib)|g' \ 168 -e 's|%LICENSE%|$(notdir $(wildcard $(builddir)/bin/License-*.html))|g' \169 168 -e 's|%SPEC%|$(rpmspec)|g' \ 170 169 -e 's|%MACROSPYTHON%|$(if $(wildcard /usr/lib/rpm/macros.python),%include /usr/lib/rpm/macros.python,)|g' \
Note:
See TracChangeset
for help on using the changeset viewer.