diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 14:29:26 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 14:29:26 +0000 |
commit | 86b38267cd5805a588cb407b60920362b8219879 (patch) | |
tree | a496224fa6125a5c80e28bfc5b34b0d387b8442d /time_wizard/Makefile | |
parent | c8be0235d65a1cda14fa8cffc96cf86b72262094 (diff) | |
download | drakwizard-86b38267cd5805a588cb407b60920362b8219879.tar drakwizard-86b38267cd5805a588cb407b60920362b8219879.tar.gz drakwizard-86b38267cd5805a588cb407b60920362b8219879.tar.bz2 drakwizard-86b38267cd5805a588cb407b60920362b8219879.tar.xz drakwizard-86b38267cd5805a588cb407b60920362b8219879.zip |
install png instead of jpg and removed wpo
Diffstat (limited to 'time_wizard/Makefile')
-rw-r--r-- | time_wizard/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/time_wizard/Makefile b/time_wizard/Makefile new file mode 100644 index 00000000..9233e1e2 --- /dev/null +++ b/time_wizard/Makefile @@ -0,0 +1,18 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard/images + install --mode=a=r -p ./images/Time.png ${prefix}/share/wizards/time_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/time_wizard/scripts + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/time_wizard/time.en.wpo" ) + +desktop: + cp -f desktop_data/time\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ |