Compare commits

..

No commits in common. "e2c95a66ea7b897528fbf0e5cd0d3c9844c90035" and "377d8a81dfb7529119214ecbc1f0770dc2a7a20f" have entirely different histories.

4 changed files with 1 additions and 15387 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -103,7 +103,6 @@ update_build() {
## - change package name ## - change package name
## - change kernelname ## - change kernelname
## - unindent custom name ## - unindent custom name
## - remove htmldocs make steps (started in 'build' function to speed up package building)
## - add gcc path version variable ## - add gcc path version variable
## - add gcc path to sources ## - add gcc path to sources
## - add gcc patch command in prepare ## - add gcc patch command in prepare
@ -114,9 +113,6 @@ update_build() {
sed -i -z 's/makedepends=([^()]\+)/makedepends=(libelf cpio tar xz)/' \ sed -i -z 's/makedepends=([^()]\+)/makedepends=(libelf cpio tar xz)/' \
"$build_file" "$build_file"
sed -i -e "s/pkgbase=.*/pkgbase=$custom_name/g" \ sed -i -e "s/pkgbase=.*/pkgbase=$custom_name/g" \
-e '/make htmldocs &/d' \
-e '/local pid_docs=\$!/d' \
-e '/wait \"\${pid_docs\}\"/d' \
-e "/^pkgrel=.*/a _gcc_more_v=\'$gcc_patch_version\'" \ -e "/^pkgrel=.*/a _gcc_more_v=\'$gcc_patch_version\'" \
-e "s|source=(|source=($gcc_patch_src\n |" \ -e "s|source=(|source=($gcc_patch_src\n |" \
-e "/localversion\.20-pkgname/d" \ -e "/localversion\.20-pkgname/d" \
@ -163,7 +159,7 @@ done
update_build update_build
cd "$build_dir" || exit cd "$build_dir" || exit
makepkg -s -r -f -i -L makepkg -s -r -f -i
cd .. cd ..
back_up_config back_up_config