Browse Source

linux-src: fixed to not append $treever anymore to match source files

user/amery/next/luajit
Christian Wiese 13 years ago
parent
commit
d24f274cf6
  1. 10
      base/linux-src/linux-src.conf

10
base/linux-src/linux-src.conf

@ -1,8 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux26-src/linux26-src.conf # Filename: package/.../linux-src/linux-src.conf
# Copyright (C) 2007 - 2010 The OpenSDE Project # Copyright (C) 2007 - 2011 The OpenSDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -24,7 +24,7 @@ main_lx_src() {
# hack to extract the files into our usr/src dir ... # hack to extract the files into our usr/src dir ...
# this part is continued inside lx_injectextraversion # this part is continued inside lx_injectextraversion
tar $taropt $( match_source_file -p linux linux$treever | head -n 1 ) tar $taropt $( match_source_file -p linux linux | head -n 1 )
chown -R 0:0 linux-$vanilla_ver; chmod go=u,go-w linux-$vanilla_ver chown -R 0:0 linux-$vanilla_ver; chmod go=u,go-w linux-$vanilla_ver
cd linux-$vanilla_ver cd linux-$vanilla_ver
@ -84,9 +84,9 @@ srctar=none
custmain="main_lx_src" custmain="main_lx_src"
for x in $( match_source_file -p patch-.* linux$treever | grep -v '\.tar\.' ); do for x in $( match_source_file -p patch-.* linux | grep -v '\.tar\.' ); do
var_insert patchfiles " " "$x" var_insert patchfiles " " "$x"
done done
for x in $( ls -1d $base/package/$repository/linux$treever/*.patch ); do for x in $( ls -1d $base/package/$repository/linux/*.patch ); do
var_append patchfiles " " "$x" var_append patchfiles " " "$x"
done done

Loading…
Cancel
Save