Ticket #10464: 0001-Specify-the-location-of-the-.PackageInfo-file.patch

File 0001-Specify-the-location-of-the-.PackageInfo-file.patch, 869 bytes (added by luroh, 10 years ago)
  • data/bin/install-wifi-firmwares.sh

    From ae31904457fe226381f895b44a1ea050be1143e0 Mon Sep 17 00:00:00 2001
    From: luroh <lurohh@gmail.com>
    Date: Mon, 12 May 2014 09:45:35 +0200
    Subject: [PATCH] Specify the location of the .PackageInfo file.
    
    ---
     data/bin/install-wifi-firmwares.sh | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/data/bin/install-wifi-firmwares.sh b/data/bin/install-wifi-firmwares.sh
    index a193502..53713e7 100755
    a b function MakeHPKG()  
    393393{
    394394    cd "$tempFirmwareDir/../../.."
    395395    makePackageInfo
    396     package create -C system wifi_firmwares-1-any.hpkg
     396    package create -C system -i .PackageInfo wifi_firmwares-1-any.hpkg
    397397    mv wifi_firmwares-1-any.hpkg `finddir B_SYSTEM_PACKAGES_DIRECTORY`
    398398    rm -rf "`finddir B_SYSTEM_TEMP_DIRECTORY`/package_me"
    399399    rm -rf "$tempDir"