[postmarketos-base] Fix typo in sed statement (#586)
This commit is contained in:
parent
e473a6cf3f
commit
d842513f5c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=postmarketos-base
|
||||
pkgver=2
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Meta package for minimal postmarketos base"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
|
@ -25,4 +25,4 @@ package() {
|
|||
sha512sums="c6de3b44bc45b9f9c641a7e34c69a481ee39b99ac0251cd28f2b3aae49c1a8d1ca448f4936b7942b1a8b8f7c18a5415c938098765ed8cf08456543800160e64b sudoers
|
||||
38dc75c0ed32b76dccd3d8e7e8173e8b7d91847cf2b07123f376b95af46b4f89798b24f45302a0726fdc1cf253aecaac140f431735ac5c6511553f790badd0af firmwareload.sh
|
||||
0b098828080055d3646ea54891cb0e1b578cbc30f5e16f7284f2814c08192f18079a38fb686d192715ae6a3d2cd6625d9e3cf99f234a6f0d94088bb0cb2ce43d 50-firmware.rules
|
||||
b5648649a505d2c5291a4d052996458c94feefcf681ad57f9fb1f8ec898b7cf3a8ceb0437ab8a410004331f8c21b73743af447fdcdbc18be24d8a2cdcd398d06 postmarketos-base.post-install"
|
||||
5ad5ed61c43f366b1802201ecafd8c756aff0dabeb63ad171fe96ec773360722b314eeb120528507fa72b57b54da82d9d64f887c91b59fbf485ba52a2f3e7bbf postmarketos-base.post-install"
|
||||
|
|
|
@ -45,7 +45,7 @@ sed s/=\"/=\""-C4048 "/ -i /etc/conf.d/syslog
|
|||
|
||||
# Enable wext, nl80211 & dbus control for wpa_supplicant
|
||||
if ! grep -q Dwext /etc/conf.d/wpa_supplicant; then
|
||||
sed -i 's/wpa_supplicant_args=\"/wpa_supplicant_args=\" -u -Dwext,nl80211 ' /etc/conf.d/wpa_supplicant
|
||||
sed -i 's/wpa_supplicant_args=\"/wpa_supplicant_args=\" -u -Dwext,nl80211/' /etc/conf.d/wpa_supplicant
|
||||
fi
|
||||
touch /etc/wpa_supplicant/wpa_supplicant.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue