diff options
author | Baptiste Jonglez | 2015-06-25 14:28:12 +0200 |
---|---|---|
committer | Baptiste Jonglez | 2015-06-25 14:28:12 +0200 |
commit | b3708625f321135236465b6878533a4477761b2c (patch) | |
tree | bc485d09f99cc31cfcc54d43ae867d0b7dae4322 /fix-mkinstalldirs.patch | |
download | aur-b3708625f321135236465b6878533a4477761b2c.tar.gz |
Initial upload: tsocks-ipv6 1.8beta6-1
Diffstat (limited to 'fix-mkinstalldirs.patch')
-rw-r--r-- | fix-mkinstalldirs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-mkinstalldirs.patch b/fix-mkinstalldirs.patch new file mode 100644 index 000000000000..70465cbc8cae --- /dev/null +++ b/fix-mkinstalldirs.patch @@ -0,0 +1,12 @@ +--- a/Makefile.in 2014-09-23 16:50:30.336402163 +0200 ++++ b/Makefile.in 2013-06-28 18:04:10.000000000 +0200 +@@ -12,7 +12,7 @@ + includedir = @includedir@ + + SHELL = /bin/sh +-MKINSTALLDIRS = ${SHELL} mkinstalldirs ++MKINSTALLDIRS = mkdir -p + SHCC = ${CC} -fPIC + INSPECT = inspectsocks + SAVE = saveme + |