Skip to content
Snippets Groups Projects
Commit 1dffcd31 authored by Alexander Polynomdivision's avatar Alexander Polynomdivision
Browse files

device-samsung-herolte: Fix typo in the package function

parent 723a2998
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ url="https://github.com/TheMuppets/proprietary_vendor_samsung"
arch="noarch"
license="proprietary"
_commit="22da2c3359151e0bbddaaa9804d4bf8de072051d"
options="!check !archcheck"
source="
bcmdhd_sta.bin_c0::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commit/hero-common/proprietary/etc/wifi/bcmdhd_sta.bin_c0
nvram_net.txt_c0::https://raw.githubusercontent.com/TheMuppets/proprietary_vendor_samsung/$_commit/hero-common/proprietary/etc/wifi/nvram_net.txt_c0"
......@@ -17,8 +18,8 @@ package() {
mkdir -p "$pkgdir/vendor/vendor/etc"
install -Dm644 "$srcdir/bcmdhd_sta.bin_c0" \
"$pkgdir/vendor/vendor/etc/wifi/bcmdhd_sta.bin_c0"
install -Dm644 "$srcdir/nvram_net.txt" \
"$pkgdir/vendor/vendor/etc/wifi/nvram_net.txt"
install -Dm644 "$srcdir/nvram_net.txt_c0" \
"$pkgdir/vendor/vendor/etc/wifi/nvram_net.txt_c0"
}
sha512sums="fa27c828b6732f49f8463a6ab15c4ceb5af0aa3f40ab55b4aed46c07de641d79fbc0e2bc44ed2c6e5803dc80ffe061d60403dfe14a8b4558e8c52d0570d8ecf0 bcmdhd_sta.bin_c0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment