summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-02 10:02:00 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-02 10:02:00 +0000
commit54b76962e351db5a90c4dac336d0f58e5cfc5c6d (patch)
tree47b69c4c6402a39a0c9c2aaa9da242e2dba212cc /Makefile
parent6406931b73de25c4d4b5678030331ec4a1b5f907 (diff)
downloadmgaonline-54b76962e351db5a90c4dac336d0f58e5cfc5c6d.tar
mgaonline-54b76962e351db5a90c4dac336d0f58e5cfc5c6d.tar.gz
mgaonline-54b76962e351db5a90c4dac336d0f58e5cfc5c6d.tar.bz2
mgaonline-54b76962e351db5a90c4dac336d0f58e5cfc5c6d.tar.xz
mgaonline-54b76962e351db5a90c4dac336d0f58e5cfc5c6d.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 f1265ddc..75f335c1 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ clean:
install: all
$(MAKE) -C po $@
- install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME)/pixmaps,autorun,icons/{mini,large}}}
+ install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME)/pixmaps,autostart,icons/{mini,large}}}
install -s -m755 $(NAME) $(SBINDIR)
install -s -m755 $(MDKUPDATE) $(BINDIR)
install -s -m755 $(MDKAPPLET) $(BINDIR)