diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 15:52:08 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 15:52:08 +0000 |
commit | b100957ee7a12f5bc97570ebdeeef5243f8aca9c (patch) | |
tree | 62a4634441076c3fa3e52d615212fbdfd08d8f36 /postfix_wizard | |
parent | 33906cb7ad39e41dcf7d631bea7fd3bb0b5d3333 (diff) | |
download | drakwizard-b100957ee7a12f5bc97570ebdeeef5243f8aca9c.tar drakwizard-b100957ee7a12f5bc97570ebdeeef5243f8aca9c.tar.gz drakwizard-b100957ee7a12f5bc97570ebdeeef5243f8aca9c.tar.bz2 drakwizard-b100957ee7a12f5bc97570ebdeeef5243f8aca9c.tar.xz drakwizard-b100957ee7a12f5bc97570ebdeeef5243f8aca9c.zip |
added install of Postfixconf.pm
Diffstat (limited to 'postfix_wizard')
-rw-r--r-- | postfix_wizard/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile index 2476e54f..6edf819f 100644 --- a/postfix_wizard/Makefile +++ b/postfix_wizard/Makefile @@ -8,11 +8,7 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/postfix_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/postfix_wizard/images install --mode=u=rw,g=r,o=r -p postfix.wiz ${prefix}/share/wizards/postfix_wizard - - - - - + install --mode=u=rwx,g=rx,o=rx -p scripts/Postfixconf.pm ${prefix}/share/wizards/postfix_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/postfix_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p images/*.jpg ${prefix}/share/wizards/postfix_wizard/images |