# HG changeset patch # User Eric Joseph-Alexandre # Date 1304413606 -7200 # Node ID 915dd86980f80f4df7d580f79df8c503a549d3f4 # Parent 57fa277882268b4c55030a95abc65d3ea82088b9 postfix: $stuff needed. diff -r 57fa27788226 -r 915dd86980f8 postfix/receipt --- a/postfix/receipt Mon May 02 16:32:54 2011 +0200 +++ b/postfix/receipt Tue May 03 11:06:46 2011 +0200 @@ -51,11 +51,11 @@ mynetworks = 127.0.0.0/8 alias_maps = hash:/etc/postfix/aliases EOF - cp -a stuff/etc $fs + cp -a $stuff/etc $fs cp -a $_pkg/var $fs mv $fs/etc/postfix/TLS_LICENSE $fs/usr/share/licenses/POSTFIX_TLS_LICENSE mv $fs/etc/postfix/LICENSE $fs/usr/share/licenses/POSTFIX_LICENSE - cp -a stuff/etc/init.d $fs/etc + cp -a $stuff/etc/init.d $fs/etc rm -f $fs/usr/lib/postfix/post* $fs/usr/lib/postfix/*.cf strip -s $fs/usr/lib/postfix/* }