VirtualBox

Ignore:
Timestamp:
Oct 7, 2013 9:23:03 PM (11 years ago)
Author:
vboxsync
Message:

Whitespace cleanups by scm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/Installer/Makefile.kmk

    r48254 r48937  
    159159                $(VBOX_PATH_PACK_TMP)/VBoxDarwinAdditions.dist.res \
    160160                $(VBOX_PATH_PACK_TMP)/VBoxDarwinAdditions.dist.res/English.lproj
    161        
     161
    162162        @# Do keyword replacement in the package info and description files.
    163163        $(SED) \
     
    173173        @# Copy the resources.
    174174        $(INSTALL) -m 0644 $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditions_mpkg/Conclusion.rtf $(VBOX_PATH_PACK_TMP)/VBoxDarwinAdditions.dist.res/English.lproj/Conclusion.rtf
    175        
     175
    176176        $(SED) \
    177177                -e 's/@VBOX_VENDOR@/$(VBOX_VENDOR)/g' \
     
    181181                $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditions_mpkg/Localizable.strings
    182182        $(INSTALL) -m 0644 $(VBOX_BRAND_DARWIN_INSTALLER_BG)                          $(VBOX_PATH_PACK_TMP)/VBoxDarwinAdditions.dist.res/background.tif
    183        
     183
    184184        $(foreach f,$(VBOX_INSTALLER_ADD_LANGUAGES), \
    185185                $(MKDIR) -p \
     
    200200                        $(VBOX_BRAND_$(f)_VIRTUALBOX_LOCALIZABLE_STRINGS)$(NLTAB) \
    201201        )
    202        
     202
    203203        @# Build the package.
    204204        $(VBOX_PRODUCTBUILD) \
     
    209209                --version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \
    210210                $(if $(VBOX_MACOSX_INSTALLER_SIGN),--sign "$(VBOX_MACOSX_INSTALLER_SIGN)",) \
    211                 $@ 
    212        
     211                $@
     212
    213213        @# Cleanup.
    214214        sudo rm -Rf \
     
    279279        sudo chown    root:admin $(VBOX_PATH_PACK_TMP)/VBoxGuestAdditionsKEXTs.pkg.root/Library
    280280        sudo chown -R root:wheel $(VBOX_PATH_PACK_TMP)/VBoxGuestAdditionsKEXTs.pkg.root/Library/Extensions
    281        
     281
    282282        # Copy package internal files
    283283        $(INSTALL) $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditionsKEXTs/PkgBuildComponent.plist $(VBOX_PATH_PACK_TMP)/VBoxGuestAdditionsKEXTs.pkg.desc/PkgBuildComponent.plist
    284        
     284
    285285        # Copy installer scripts
    286286        $(INSTALL) -m 0755 $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditionsKEXTs/postflight $(VBOX_PATH_PACK_TMP)/VBoxGuestAdditionsKEXTs.pkg.res
    287        
     287
    288288        @# Build the package.
    289289        $(VBOX_PKGBUILD) \
     
    330330                $(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).res \
    331331                $(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).res/English.lproj
    332        
     332
    333333        @# Create directory structure within a package w/ proper permittions
    334334        $(MKDIR) -p -m 0775 \
     
    336336            "$(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).root/Library/LaunchAgents" \
    337337            "$(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).root/Library/LaunchDaemons"
    338        
     338
    339339        @# Install binaries
    340340ifdef VBOX_WITH_COMBINED_PACKAGE
     
    355355        # Add Uninstall.tool
    356356        $(INSTALL) $(VBOX_ADD_PATH_DI_SRC)/DiskImage/Uninstall.tool  "$(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).root/Library/Application Support/VirtualBox Guest Additions/" \
    357        
     357
    358358        @# Install launchd stuff
    359359        $(INSTALL) -m 0755 $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditionsToolsAndServices/VBoxServiceWrapper \
     
    363363        $(INSTALL) -m 644 $(VBOX_ADD_PATH_DI_SRC)/VBoxGuestAdditionsToolsAndServices/org.virtualbox.additions.vboxservice.plist \
    364364                                                                                 "$(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).root/Library/LaunchDaemons/"
    365        
     365
    366366        @# Correct ownership
    367367        sudo chown -R root:wheel "$(VBOX_PATH_PACK_TMP)/$(VBOX_GA_PKG).root/Library/"
    368        
     368
    369369        @# Build the package.
    370370        $(VBOX_PKGBUILD) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette