summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-02 09:34:59 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-02 09:34:59 +0000
commite0b2c2f550637364530e94c9f5d81d6850657154 (patch)
tree2a0d64c8825c39bd9b56d4b8f2ed687907fd5274 /Makefile
parent29897c2527018ffdfde47b62de754f1aa13a7361 (diff)
downloadmgaonline-e0b2c2f550637364530e94c9f5d81d6850657154.tar
mgaonline-e0b2c2f550637364530e94c9f5d81d6850657154.tar.gz
mgaonline-e0b2c2f550637364530e94c9f5d81d6850657154.tar.bz2
mgaonline-e0b2c2f550637364530e94c9f5d81d6850657154.tar.xz
mgaonline-e0b2c2f550637364530e94c9f5d81d6850657154.zip
s/autorun/autostart/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbf8ecac..f1265ddc 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install: all
install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png
install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png
install -m644 pixmaps/*.png $(PIXDIR)/pixmaps
- install -m644 mdkapplet.desktop $(PREFIX)/usr/share/autorun/
+ install -m644 mdkapplet.desktop $(PREFIX)/usr/share/autostart/
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
# rules to build a test rpm