* improved sftp backend with symlink info retrieving (readlink). * new cls option -a to show dot files. * new setting cmd:cls-exact-time. * fixed NULL dereference when torrent:use-dht is off. * fixed torrent for info_hash with NUL character (broken in 4.4.4).
17 lines
639 B
Text
17 lines
639 B
Text
$NetBSD: patch-ae,v 1.5 2013/05/18 20:23:03 adam Exp $
|
|
|
|
Do not use $(SHELL), call directly @install_sh@.
|
|
|
|
--- po/Makefile.in.in.orig 2007-03-26 12:25:16.000000000 +0200
|
|
+++ po/Makefile.in.in
|
|
@@ -39,8 +39,8 @@ INSTALL_DATA = @INSTALL_DATA@
|
|
# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
|
|
# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
|
|
# versions, $(mkinstalldirs) and $(install_sh) are unused.
|
|
-mkinstalldirs = $(SHELL) @install_sh@ -d
|
|
-install_sh = $(SHELL) @install_sh@
|
|
+mkinstalldirs = @install_sh@ -d
|
|
+install_sh = @install_sh@
|
|
MKDIR_P = @MKDIR_P@
|
|
mkdir_p = @mkdir_p@
|
|
|