pkgsrc/net/samba/patches/patch-ab
2004-09-15 08:51:29 +00:00

12 lines
358 B
Text

$NetBSD: patch-ab,v 1.23 2004/09/15 08:51:44 adam Exp $
--- script/installbin.sh.orig 2004-09-15 10:28:42.000000000 +0000
+++ script/installbin.sh
@@ -22,6 +22,7 @@ for p in $*; do
fi
cp $p $BINDIR/
chmod $INSTALLPERMS $BINDIR/$p2
+ strip $BINDIR/$p2
# this is a special case, mount needs this in a specific location
if [ $p2 = smbmount ]; then