summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-03-16 10:29:14 +0000
committerDaouda Lo <daouda@mandriva.com>2004-03-16 10:29:14 +0000
commit22f0dc05db82d8a95559049aa3504e0f3ab828c3 (patch)
treeaf52667f7947fcbee2e71c1adcace04a4a941686 /Makefile
parent8af38034d17aa5f585242b822fc2b75f364ea9a4 (diff)
downloadmgaonline-22f0dc05db82d8a95559049aa3504e0f3ab828c3.tar
mgaonline-22f0dc05db82d8a95559049aa3504e0f3ab828c3.tar.gz
mgaonline-22f0dc05db82d8a95559049aa3504e0f3ab828c3.tar.bz2
mgaonline-22f0dc05db82d8a95559049aa3504e0f3ab828c3.tar.xz
mgaonline-22f0dc05db82d8a95559049aa3504e0f3ab828c3.zip
- put mdkupdate in SBINDIR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75f335c1..ae6a6c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install: all
$(MAKE) -C po $@
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 $(MDKUPDATE) $(SBINDIR)
install -s -m755 $(MDKAPPLET) $(BINDIR)
install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png
install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png