summaryrefslogtreecommitdiff
path: root/audio/xmms-shn/files/patch-ltmain.sh
blob: 5300ee8ea29e46559a6e1217477b8af5b01f4223 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ltmain.sh.orig	Fri Aug 17 14:07:12 2001
+++ ltmain.sh	Fri Aug 17 14:07:43 2001
@@ -3347,11 +3347,13 @@
 	  IFS="$save_ifs"
 	fi
 
+	if false; then
 	# Install the pseudo-library for information purposes.
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	instname="$dir/$name"i
 	$show "$install_prog $instname $destdir/$name"
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
+	fi
 
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"