diff options
author | adam <adam@pkgsrc.org> | 2004-09-15 08:51:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-15 08:51:29 +0000 |
commit | 2e59407c37adffcac7d9545997c70aed26938386 (patch) | |
tree | 936171335726966538ae089a6abe1750ba6b4915 /net | |
parent | b9c16e553ce5723f2cf6b5fbc0a6d3c94f3e9f4b (diff) | |
download | pkgsrc-2e59407c37adffcac7d9545997c70aed26938386.tar.gz |
Strip binaries on install
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/distinfo | 3 | ||||
-rw-r--r-- | net/samba/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/samba/distinfo b/net/samba/distinfo index 32d6922a23a..0d3e663809d 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.35 2004/09/14 17:18:06 jlam Exp $ +$NetBSD: distinfo,v 1.36 2004/09/15 08:51:29 adam Exp $ SHA1 (samba-3.0.7.tar.gz) = 7eff8b831e49bbed2cebfc368af55715c7abf635 Size (samba-3.0.7.tar.gz) = 15012667 bytes +SHA1 (patch-ab) = c5f352a07774b8e2873c2ac3b3de3ba4cb12bf5e SHA1 (patch-ac) = fc0d15f371a9c3544499f6a6cd830b52b34ff644 SHA1 (patch-ad) = b75770eb6fc7ff5d26764fced83e26fd6cf153af SHA1 (patch-ae) = cf3a040f04142df534abe54b66156a48697b665d diff --git a/net/samba/patches/patch-ab b/net/samba/patches/patch-ab new file mode 100644 index 00000000000..6d73dad87b8 --- /dev/null +++ b/net/samba/patches/patch-ab @@ -0,0 +1,12 @@ +$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 |