l_template_changes.patch 415 B

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