Changeset 69401 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 27, 2017 12:05:58 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118728
- Location:
- trunk/src/VBox/Installer/linux/rpm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
-
Property svn:eol-style
changed from
native
toLF
r69090 r69401 1 # 1 # $Id$ 2 ## @file 2 3 # Spec file for creating VirtualBox rpm packages 3 4 # … … 278 279 %preun 279 280 # Called before the package is removed, or during upgrade after (not before) 280 # the new version's "post" scriptlet. 281 # the new version's "post" scriptlet. 281 282 # $1==0: remove the last version of the package 282 283 # $1>=1: upgrade -
Property svn:eol-style
changed from
-
trunk/src/VBox/Installer/linux/rpm/rules
- Property svn:executable deleted
r68290 r69401 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 … … 129 134 130 135 # never ship any modules 131 instmod := 136 instmod := 132 137 133 138 ifneq ($(STAGEDISO),)
Note:
See TracChangeset
for help on using the changeset viewer.