Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created June 25, 2011 00:02
Show Gist options
  • Save mgalgs/1045914 to your computer and use it in GitHub Desktop.
Save mgalgs/1045914 to your computer and use it in GitHub Desktop.
neercs PKGBUILD tiny patch
diff -c /home/mgalgs/abs/neercs-git/PKGBUILD.orig /home/mgalgs/abs/neercs-git/PKGBUILD
*** /home/mgalgs/abs/neercs-git/PKGBUILD.orig 2011-06-24 17:01:37.858847642 -0700
--- /home/mgalgs/abs/neercs-git/PKGBUILD 2011-06-24 16:59:40.155520196 -0700
***************
*** 35,40 ****
--- 35,41 ----
rm -rf "$_gitname"-build
git clone "$_gitname" "$_gitname"-build
cd "$_gitname"-build
+ git apply "${startdir}/0001-bogus-tab-key-and-copyright.patch"
aclocal || return 1
libtoolize || return 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment