VirtualBox

Changeset 96935 in vbox


Ignore:
Timestamp:
Sep 29, 2022 8:58:16 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153846
Message:

/Config.kmk: Code signing for darwin: forgotten input filename for sed in previous change. bugref:10298

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r96934 r96935  
    44054405    $(call VBOX_CCS_SIGN_CMD,mac_dmg,$(1))$(NLTAB) \
    44064406        $(REDIRECT) -E 'LC_ALL=C' -we "$(1).tmp" -- ditto -x -k -V "$(1).zip" "$(call VBOX_DIRX,$(1))"$(NLTAB) \
    4407     dirname="$(call VBOX_DIRX,$(1))/$(DOLLAR)($(SED) -n -e 's+^copying file \([0-9]\{1,\}\)/.\{1,\}$(DOLLAR)+\1+p')" ; \
     4407    dirname="$(call VBOX_DIRX,$(1))$(DOLLAR)($(SED) -n -e 's+^copying file \([0-9]\{1,\}\)/.\{1,\}$(DOLLAR)+\1+p' "$(1).tmp")" ; \
    44084408    $(MV) -f -- "$(DOLLAR)dirname/$(basename $(1))" "$(call VBOX_DIRX,$(1))" ; \
    44094409    $(RM) -Rf -- "$(DOLLAR)dirname/"$(NLTAB) \
Note: See TracChangeset for help on using the changeset viewer.

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