summaryrefslogtreecommitdiffstats
path: root/news_wizard/Makefile
diff options
context:
space:
mode:
authorNicolas Vigier <nvigier@mandriva.com>2008-03-05 16:34:38 +0000
committerNicolas Vigier <nvigier@mandriva.com>2008-03-05 16:34:38 +0000
commit1ea920072c09c49c019188e7d30b7fca1e6e8391 (patch)
tree433600c92ac24c915f53e9bd981e19cbcc965c5f /news_wizard/Makefile
parentde522045836b90f9067ebbd04ee2895e3c5e7e11 (diff)
downloaddrakwizard-1ea920072c09c49c019188e7d30b7fca1e6e8391.tar
drakwizard-1ea920072c09c49c019188e7d30b7fca1e6e8391.tar.gz
drakwizard-1ea920072c09c49c019188e7d30b7fca1e6e8391.tar.bz2
drakwizard-1ea920072c09c49c019188e7d30b7fca1e6e8391.tar.xz
drakwizard-1ea920072c09c49c019188e7d30b7fca1e6e8391.zip
remove and don't install disabled wizards so that mcc doesn't offer to run them
Diffstat (limited to 'news_wizard/Makefile')
-rw-r--r--news_wizard/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/news_wizard/Makefile b/news_wizard/Makefile
deleted file mode 100644
index 27ec47ef..00000000
--- a/news_wizard/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-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/news_wizard
- mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/news_wizard/scripts
- mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/news_wizard/images
- install --mode=u=rw,g=r,o=r -p news.wiz ${prefix}/share/wizards/news_wizard
-
-
-
-
-
- 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 \;
- find scripts -name "*.patch" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \;
- find scripts -name "*.cron" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \;
-
-
-run:
- (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/news_wizard/news.wiz")
-
-desktop:
- cp -f desktop_data/news_wizard\ wiz ${HOME}/Desktop
- cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/
-