[haiku-commits] haiku: hrev47242 - data/bin

  • From: jessica.l.hamilton@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 21 May 2014 23:33:37 +0200 (CEST)

hrev47242 adds 1 changeset to branch 'master'
old head: 03af6a44ed8569add34c36b0069cb7b1f9366661
new head: b3fe70844e087a579563b43cf4c1b2525946ca27
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=b3fe708+%5E03af6a4

----------------------------------------------------------------------------

b3fe708: Specify the location of the .PackageInfo file.
  
  Signed-off-by: Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>

                                                [ luroh <lurohh@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47242
Commit:      b3fe70844e087a579563b43cf4c1b2525946ca27
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b3fe708
Author:      luroh <lurohh@xxxxxxxxx>
Date:        Mon May 12 07:45:35 2014 UTC
Committer:   Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
Commit-Date: Wed May 21 21:31:57 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
data/bin/install-wifi-firmwares.sh | 2 +-

----------------------------------------------------------------------------

diff --git a/data/bin/install-wifi-firmwares.sh 
b/data/bin/install-wifi-firmwares.sh
index a193502..53713e7 100755
--- a/data/bin/install-wifi-firmwares.sh
+++ b/data/bin/install-wifi-firmwares.sh
@@ -393,7 +393,7 @@ function MakeHPKG()
 {
        cd "$tempFirmwareDir/../../.."
        makePackageInfo
-       package create -C system wifi_firmwares-1-any.hpkg
+       package create -C system -i .PackageInfo wifi_firmwares-1-any.hpkg
        mv wifi_firmwares-1-any.hpkg `finddir B_SYSTEM_PACKAGES_DIRECTORY`
        rm -rf "`finddir B_SYSTEM_TEMP_DIRECTORY`/package_me"
        rm -rf "$tempDir"


Other related posts:

  • » [haiku-commits] haiku: hrev47242 - data/bin - jessica . l . hamilton