blob: e92d343b90c3d734140d69922f32d716a09088bb (
plain) (
tree)
|
|
$FreeBSD$
$MCom$
--- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001
+++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001
@@ -80,7 +80,7 @@
echo "Installing program binaries to [$LIBEXECDIR]..."
# Setup bins
-(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -)
+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR)
########################################################################
# If we're on Solaris, run makepsres on the font path
|