readline: partially revert dc28039bcf.

With ojab's patch this is unneeded.
This commit is contained in:
Juan RP 2013-03-25 20:20:40 +01:00
parent df4df84b4d
commit ef8e6a5bc8

View file

@ -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*
}