12345678910111213 |
- --- template.orig 2020-11-20 01:50:28.716488000 +0600
- +++ template 2020-11-20 01:40:38.910515000 +0600
- @@ -43 +43,9 @@ x86_64*)
- esac
- +
- +# Liberation: Change BUILD_PLATFORM value
- +# Some code has been taken from:
- +# https://git.parabola.nu/abslibre.git/tree/libre/blender/PKGBUILD
- +post_patch() {
- + # fix OS Name (pedantic, I know)
- + sed -i 's|BUILD_PLATFORM;|"GNU/Linux-libre";|' 'source/creator/buildinfo.c'
- +}
|