diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-01 01:26:01 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-01 01:26:01 +0000 |
commit | 0b2bcb967570f90591ffc0459c1dfc5b0b281ff2 (patch) | |
tree | 81f50bd05436fbe2bea5a6fee9723d6101b5b03f /postfix_wizard | |
parent | 3e071eff33c8357120793de3d02402042a82d58b (diff) | |
download | drakwizard-0b2bcb967570f90591ffc0459c1dfc5b0b281ff2.tar drakwizard-0b2bcb967570f90591ffc0459c1dfc5b0b281ff2.tar.gz drakwizard-0b2bcb967570f90591ffc0459c1dfc5b0b281ff2.tar.bz2 drakwizard-0b2bcb967570f90591ffc0459c1dfc5b0b281ff2.tar.xz drakwizard-0b2bcb967570f90591ffc0459c1dfc5b0b281ff2.zip |
fix missgin file in Makdfile
Diffstat (limited to 'postfix_wizard')
-rw-r--r-- | postfix_wizard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile index 67db1e59..6a3f753a 100644 --- a/postfix_wizard/Makefile +++ b/postfix_wizard/Makefile @@ -8,6 +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=rw,g=r,o=r -p main.cf.dist ${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/*.png ${prefix}/share/wizards/postfix_wizard/images |