diff options
Diffstat (limited to 'news_wizard')
-rw-r--r-- | news_wizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news_wizard/Makefile b/news_wizard/Makefile index d4ece807..27ec47ef 100644 --- a/news_wizard/Makefile +++ b/news_wizard/Makefile @@ -12,7 +12,7 @@ install: - install --mode=a=r -p ./images/news.jpg ${prefix}/share/wizards/news_wizard/images + install --mode=a=r -p ./images/news.png ${prefix}/share/wizards/news_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/news_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/Newsconf.pm ${prefix}/share/wizards/news_wizard/scripts find scripts -name "*.default" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \; |