python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / wordgrinder / patches / fix-objdir.patch
blobb4fa19a5ab18d610a5b93d1c7a712aa4d567cc97
1 --- Makefile.orig
2 +++ Makefile
3 @@ -11,7 +11,7 @@
4 DESTDIR ?=
6 # Where do the temporary files go?
7 -OBJDIR = /tmp/wg-build
8 +OBJDIR = wg-build
10 # The compiler used for the native build (curses, X11)
11 CC ?= cc