]> git.pld-linux.org Git - packages/openssh.git/commitdiff
prevent upstream provided aclocal.m4 being overwritten auto/th/openssh-6.8p1-5
authorElan Ruusamäe <glen@delfi.ee>
Fri, 24 Apr 2015 08:12:37 +0000 (11:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 24 Apr 2015 08:12:37 +0000 (11:12 +0300)
openssh.spec

index a1844c2ec6b6f24fa273e933be2e0201126fda18..9ffef3ddb7e7c0931d3d7c12ea303f09fbc0e6b8 100644 (file)
@@ -547,6 +547,9 @@ sed -i -e 's#-lssh -lopenbsd-compat#-lssh -lopenbsd-compat -lssh#g' Makefile*
 grep -rl /usr/libexec/openssh/ssh-ldap-helper . | xargs \
 %{__sed} -i -e 's,/usr/libexec/openssh/ssh-ldap-helper,%{_libexecdir}/ssh-ldap-helper,'
 
+# prevent being ovewritten by aclocal calls
+mv aclocal.m4 acinclude.m4
+
 %build
 cp /usr/share/automake/config.sub .
 %{__aclocal}
This page took 0.063191 seconds and 4 git commands to generate.