From ef8e6a5bc84b20e9432842177c3fad9e765e0fd0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 25 Mar 2013 20:20:40 +0100 Subject: [PATCH] readline: partially revert dc28039bcfebfa803e5111a8461a0c498aa39219. With ojab's patch this is unneeded. --- srcpkgs/readline/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/readline/template b/srcpkgs/readline/template index 16e614da45d..d20dfa0c378 100644 --- a/srcpkgs/readline/template +++ b/srcpkgs/readline/template @@ -35,9 +35,4 @@ pre_configure() { msg_normal " Applying patch readline62-$p.\n" done sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf - sed -i 's,@INSTALL_DATA@,install -m755,' shlib/Makefile.in -} - -post_install() { - chmod 755 ${DESTDIR}/usr/lib/*.so* }