summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-11-20 15:39:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-11-20 15:39:02 +0000
commit8e89db36edb0a89d44c2da73b83a18c76af6b29e (patch)
treea918f38d1ffe7587e72f320f32fe23f5530b98b8 /Makefile
parent77522e96a4a4fdf6dbe1dbceb8a2ff096c3488b4 (diff)
downloadmgaonline-8e89db36edb0a89d44c2da73b83a18c76af6b29e.tar
mgaonline-8e89db36edb0a89d44c2da73b83a18c76af6b29e.tar.gz
mgaonline-8e89db36edb0a89d44c2da73b83a18c76af6b29e.tar.bz2
mgaonline-8e89db36edb0a89d44c2da73b83a18c76af6b29e.tar.xz
mgaonline-8e89db36edb0a89d44c2da73b83a18c76af6b29e.zip
offer to add the restricted update medium if not available
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 734b40be..b29c5346 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,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 mdkapplet-restricted-helper $(SBINDIR)
install -m755 $(MDKUPDATE) $(SBINDIR)
install -m755 $(MDKAPPLET) $(BINDIR)
install -d $(SYSCONFDIR)
@@ -56,6 +57,7 @@ install: all
install -m644 pam.d_urpmi.update $(PREFIX)/etc/pam.d/urpmi.update
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
cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2