summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-06-03 13:42:44 +0000
committerThierry Vignaud <tv@mandriva.org>2009-06-03 13:42:44 +0000
commitbba42233b3ab3e5883295a910c5e06d32b699a4c (patch)
treef6e55c3594c026e89bacbe1ef3ce569bcbd10b45
parentf007deef4cdb60cf80f8ee2cc6a24d5dedf4a6f2 (diff)
downloadmgaonline-bba42233b3ab3e5883295a910c5e06d32b699a4c.tar
mgaonline-bba42233b3ab3e5883295a910c5e06d32b699a4c.tar.gz
mgaonline-bba42233b3ab3e5883295a910c5e06d32b699a4c.tar.bz2
mgaonline-bba42233b3ab3e5883295a910c5e06d32b699a4c.tar.xz
mgaonline-bba42233b3ab3e5883295a910c5e06d32b699a4c.zip
install mdkapplet-enterprise-update-helper
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc6aab85..69d8f798 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ 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 mdkapplet-restricted-helper $(SBINDIR)
+ install -m755 mdkapplet-enterprise-update-helper $(SBINDIR)
install -m755 $(MDKUPDATE) $(SBINDIR)
install -m755 $(MDKAPPLET) $(BINDIR)
install -d $(SYSCONFDIR)
@@ -58,6 +59,7 @@ install: all
ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.update
ln -sf consolehelper $(PREFIX)/usr/bin/mdkapplet-upgrade-helper
ln -sf consolehelper $(PREFIX)/usr/bin/mdkapplet-restricted-helper
+ ln -sf consolehelper $(PREFIX)/usr/bin/mdkapplet-enterprise-update-helper
cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2