Changeset 69400 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 12:05:46 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118727
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/.scm-settings
r69396 r69400 36 36 /darwin/*/distribution.dist: --treat-as .xml --no-convert-eol 37 37 38 # FreeBSD stuff. 39 --filter-out-files /freebsd/pkg-comment 40 --filter-out-files /freebsd/pkg-descr 41 --filter-out-files /freebsd/pkg_plist 42 43 # Linux stuff. 44 --filter-out-files /linux/debian/changelog.in 45 --filter-out-files /linux/debian/compat 46 --filter-out-files /linux/debian/control 47 --filter-out-files /linux/debian/copyright 48 --filter-out-files /linux/debian/dirs 49 --filter-out-files /linux/debian/lintian-override.in 50 /linux/debian/postinst: --treat-as .sh 51 /linux/debian/postrm: --treat-as .sh 52 /linux/debian/preinst: --treat-as .sh 53 /linux/debian/prerm: --treat-as .sh 54 /linux/debian/rules: --treat-as Makefile --no-convert-eol 55 --filter-out-files /linux/debian/templates 56 /linux/deffiles: --treat-as .sh 57 --filter-out-files /linux/distributions_deb 58 --filter-out-files /linux/distributions_rpm 59 /linux/Makefile.include.footer: --treat-as Makefile --no-convert-eol 60 /linux/Makefile.include.header: --treat-as Makefile --no-convert-eol 61 /linux/rpm/rules: --treat-as Makefile --no-convert-eol 62 /linux/rpm/VirtualBox.tmpl.spec: --treat-as .sh 63 /linux/rpm-kmod/build-kmod.in: --treat-as .sh 64 /linux/rpm-kmod/kmodtool: --treat-as .sh --external-copyright --no-strip-trailing-blanks 65 /linux/rpm-kmod/rules: --treat-as Makefile --no-convert-eol 66 --filter-out-files /linux/rpm-kmod/vboxdrv.spec.in 67 --filter-out-files /linux/rpm-kmod/VirtualBox-kmod.spec.in 68 --filter-out-files /linux/rpm-kmod-VBoxGuest/README 69 --filter-out-files /linux/rpm-kmod-VBoxGuest/VBoxGuest-kmod.spec 70 --filter-out-files /linux/README.testing 71 72 # Caveat: If we export /linux/rpm-VBoxGuestAdditions/, the --no-update-license hack must go. 73 /linux/rpm-VBoxGuestAdditions/rules: --no-update-license --treat-as Makefile --no-convert-eol 74 /linux/rpm-VBoxGuestAdditions/VBoxGuestAdditions.tmpl.spec: --no-update-license --treat-as .sh 75 -
trunk/src/VBox/Installer/linux/debian/postinst
-
Property svn:eol-style
changed from
native
toLF
r58241 r69400 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # VirtualBox postinst 5 # 6 2 7 # 3 8 # Copyright (C) 2006-2015 Oracle Corporation -
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/debian/postrm
-
Property svn:eol-style
changed from
native
toLF
r56299 r69400 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # VirtualBox post remove. 5 # 2 6 3 7 # -
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/debian/preinst
-
Property svn:eol-style
changed from
native
toLF
r58262 r69400 1 1 #!/bin/bash 2 # $Id$ 3 ## @file 4 # VirtualBox pre-install. 5 # 6 2 7 # 3 8 # Copyright (C) 2006-2015 Oracle Corporation -
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/debian/prerm
-
Property svn:eol-style
changed from
native
toLF
r58262 r69400 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # VirtualBox pre-removal. 5 # 2 6 3 7 # -
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/debian/rules
- Property svn:executable deleted
r69127 r69400 1 1 #!/usr/bin/make -f 2 # $Id$ 3 ## @file 4 # VirtualBox rules. 5 # 6 2 7 # 3 8 # Copyright (C) 2006-2015 Oracle Corporation
Note:
See TracChangeset
for help on using the changeset viewer.