summaryrefslogtreecommitdiffstats
path: root/postfix_wizard/Makefile
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-01 03:16:16 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-01 03:16:16 +0000
commite6b776b15d4ef3ff743cdc79424a81c8dbbac39b (patch)
treef84266a85799641758ece38fef948a3748cb4085 /postfix_wizard/Makefile
parentf618b16c8e130e80dd2f2a6a21c654026fc4b631 (diff)
downloaddrakwizard-e6b776b15d4ef3ff743cdc79424a81c8dbbac39b.tar
drakwizard-e6b776b15d4ef3ff743cdc79424a81c8dbbac39b.tar.gz
drakwizard-e6b776b15d4ef3ff743cdc79424a81c8dbbac39b.tar.bz2
drakwizard-e6b776b15d4ef3ff743cdc79424a81c8dbbac39b.tar.xz
drakwizard-e6b776b15d4ef3ff743cdc79424a81c8dbbac39b.zip
move file in script directory
Diffstat (limited to 'postfix_wizard/Makefile')
-rw-r--r--postfix_wizard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile
index 6a3f753a..154f7b60 100644
--- a/postfix_wizard/Makefile
+++ b/postfix_wizard/Makefile
@@ -8,7 +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=rw,g=r,o=r -p scripts/main.cf.dist.default ${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