summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-29 09:20:27 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-29 09:20:27 +0000
commitb379e1721f86ad4ae4f60d8a0aa2199e3d879bbc (patch)
tree0e463ce812cb46439473c793f5d9ce4244b26497 /Makefile
parentd5ff1301583687e66d6a60fc832f95e8cc32fe05 (diff)
downloaddrakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar
drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.gz
drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.bz2
drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.tar.xz
drakwizard-b379e1721f86ad4ae4f60d8a0aa2199e3d879bbc.zip
add icons in drakwizard rpm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 220b3ee8..80155aa6 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,12 @@ install:
install --mode=a=r -p $$l/scripts/*.default ${prefix}/share/wizards/$$l/scripts; \
fi \
done
+ for l in $(WIZ); do \
+ if ls $$l/images/*.png &> /dev/null ; then \
+ install --mode=u=rwx,g=rx,o=rx -d ${prefix}/share/wizards/$$l/images/; \
+ install --mode=a=r -p $$l/images/*.png ${prefix}/share/wizards/$$l/images/;\
+ fi \
+ done
install --mode=a=r -p news_wizard/scripts/news.cron ${prefix}/share/wizards/news_wizard/scripts/; \
find ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard -type f -regex ".*.pm$$" \
-exec perl -i -pe "s,(\\\$$ENV{__WIZ_HOME__}|__WIZ_HOME__),$(WIZ_HOME),g" \{\} \;