Advertisement
kreationist

pkgbuild patch Asus tuf gaming linux

Dec 14th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --- PKGBUILD.orig 2020-01-03 11:29:07.000000000 -0500
  2. +++ PKGBUILD 2020-01-03 11:31:43.412588094 -0500
  3. @@ -66,7 +66,10 @@
  4. '0010-bootsplash.patch'
  5. '0011-bootsplash.patch'
  6. '0012-bootsplash.patch'
  7. - '0013-bootsplash.patch')
  8. + '0013-bootsplash.patch'
  9. + # Asus FX patches
  10. + 'AWMI1.patch'
  11. + 'AWMI2.patch')
  12. sha256sums=('1af0c9eda5da4954dff47b7b55bd82e560020e4073802be7e41ee7ff46f9392c'
  13. '91eae1a0f9217f9d9e417b92cc682180de8b025ce371626d7bfdf4ee0a1716a6'
  14. 'bfe52746bfc04114627b6f1e0dd94bc05dd94abe8f6dbee770f78d6116e315e8'
  15. @@ -214,6 +217,10 @@
  16. # patch -Np1 -i "${srcdir}/aufs5-standalone.patch"
  17. # patch -Np1 -i "${srcdir}/tmpfs-idr.patch"
  18. # patch -Np1 -i "${srcdir}/vfs-ino.patch"
  19. +
  20. + # Asus FX patches
  21. + patch -Np1 -i "${srcdir}/AWMI1.patch"
  22. + patch -Np1 -i "${srcdir}/AWMI2.patch"
  23.  
  24. if [ "${CARCH}" = "x86_64" ]; then
  25. cat "${srcdir}/config.x86_64" > ./.config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement