diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-18 09:59:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-18 10:05:45 -0300 |
commit | ff416f69d383ee58b5fe1bcb32288f640a236f7e (patch) | |
tree | f4dc448f55cea0d758fb4257fa42e1d0cce01b5c /libre | |
parent | 6f3294b340bdc1849327b771d27b467a71f11196 (diff) | |
download | abslibre-ff416f69d383ee58b5fe1bcb32288f640a236f7e.tar.gz abslibre-ff416f69d383ee58b5fe1bcb32288f640a236f7e.tar.bz2 abslibre-ff416f69d383ee58b5fe1bcb32288f640a236f7e.zip |
linux-libre-nand: add new package to [kernels] - Bug #1143 -> https://labs.parabola.nu/issues/1143#note-4
Diffstat (limited to 'libre')
-rwxr-xr-x | libre/linux-libre/linux-libre_kernels_aur_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/linux-libre_kernels_aur_version.sh b/libre/linux-libre/linux-libre_kernels_aur_version.sh index 9624cf325..c878ab23b 100755 --- a/libre/linux-libre/linux-libre_kernels_aur_version.sh +++ b/libre/linux-libre/linux-libre_kernels_aur_version.sh @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with Parabola. If not, see <http://www.gnu.org/licenses/>. -for kernel in libre/linux-libre{,-lts,-grsec,-pck} kernels/linux-libre-{audit,knock,grsec-{knock,xen},rt,pae,xen,lts-knock}; do +for kernel in libre/linux-libre{,-lts,-grsec,-pck} kernels/linux-libre-{audit,grsec-{knock,xen},{lts-,}knock,nand,rt,pae,xen}; do cd ~/packages/abslibre/$kernel sed -i '\|conflicts=| s|"${_replacesarchkernel\[@][/%a-z-]*}" ||' $(grep -rlI 'conflicts') cd ~/packages/abslibre |