summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-13 23:17:13 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-13 23:17:13 +0000
commit29733b1215a307950919f4568c078a6742eea1f0 (patch)
tree5b6badd4892bc62715c3b6a97f2e93c05dbeb4f0 /Makefile
parent19edea8b8f17cb77bec95d7d58b284cfd4c24317 (diff)
downloadmgaonline-29733b1215a307950919f4568c078a6742eea1f0.tar
mgaonline-29733b1215a307950919f4568c078a6742eea1f0.tar.gz
mgaonline-29733b1215a307950919f4568c078a6742eea1f0.tar.bz2
mgaonline-29733b1215a307950919f4568c078a6742eea1f0.tar.xz
mgaonline-29733b1215a307950919f4568c078a6742eea1f0.zip
(install) install mdkapplet-upgrade-helper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8c17231..c1432143 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ clean:
install: all
install -d $(PREFIX)/usr/{sbin,bin,share/{mime/packages,$(NAME)/pixmaps,autostart,gnome/autostart,icons/{mini,large}},lib/libDrakX/drakfirsttime}
+ install -m755 mdkapplet-upgrade-helper $(SBINDIR)
install -m755 $(MDKUPDATE) $(SBINDIR)
install -m755 $(MDKAPPLET) $(BINDIR)
install -m755 migrate-mdvonline-applet.pl $(SBINDIR)
@@ -56,6 +57,7 @@ install: all
install -m644 pam.d_urpmi.update $(PREFIX)/etc/pam.d/urpmi.removemedia
ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.update
ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.removemedia
+ ln -sf consolehelper $(PREFIX)/usr/bin/mdkapplet-upgrade-helper
cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2