File: fix-libtool

package info (click to toggle)
recode 3.6-24
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 11,700 kB
  • sloc: ansic: 89,467; sh: 16,490; python: 1,281; lisp: 1,027; perl: 335; makefile: 309; lex: 171
file content (5 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/bin/sh
echo Fixing libtool for -rpath problems.
sed -e 's/^hardcode_libdir_flag_spec=.*/hardcode_libdir_flag_spec=" "/' libtool > libtool.new
mv libtool.new libtool
chmod 755 libtool