wok-next rev 9672
postfix: $stuff needed.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 03 11:06:46 2011 +0200 (2011-05-03) |
parents | 57fa27788226 |
children | 46940aa15a05 |
files | postfix/receipt |
line diff
1.1 --- a/postfix/receipt Mon May 02 16:32:54 2011 +0200 1.2 +++ b/postfix/receipt Tue May 03 11:06:46 2011 +0200 1.3 @@ -51,11 +51,11 @@ 1.4 mynetworks = 127.0.0.0/8 1.5 alias_maps = hash:/etc/postfix/aliases 1.6 EOF 1.7 - cp -a stuff/etc $fs 1.8 + cp -a $stuff/etc $fs 1.9 cp -a $_pkg/var $fs 1.10 mv $fs/etc/postfix/TLS_LICENSE $fs/usr/share/licenses/POSTFIX_TLS_LICENSE 1.11 mv $fs/etc/postfix/LICENSE $fs/usr/share/licenses/POSTFIX_LICENSE 1.12 - cp -a stuff/etc/init.d $fs/etc 1.13 + cp -a $stuff/etc/init.d $fs/etc 1.14 rm -f $fs/usr/lib/postfix/post* $fs/usr/lib/postfix/*.cf 1.15 strip -s $fs/usr/lib/postfix/* 1.16 }