aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-06-07 06:57:38 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-06-07 06:57:38 +0000
commit139a4ca25eb5d9513fbd4edc6034c4af06b0457d (patch)
tree92f8bdd75bbd577b1732fee8a88d3386daa9b153 /bin/Makefile.am
parentAdded (start|stop|restart) functionality to rc.eclectic. (diff)
downloadeselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.tar.gz
eselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.tar.bz2
eselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.zip
Moved to Gentoo infrastructure and renamed project to 'eselect'.
svn path=/trunk/; revision=117
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 810ee98..8b3f7cf 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,5 +1,5 @@
-bin_SCRIPTS = eclectic
-EXTRA_DIST = eclectic.in
+bin_SCRIPTS = eselect
+EXTRA_DIST = eselect.in
symlinks = kernel-config profile-config rc-config
@@ -18,7 +18,7 @@ MAINTAINERCLEANFILES = Makefile.in
install-data-local : $(foreach f, $(symlinks), install-symlink-$(f))
install-symlink-% :
- ln -snf $(DESTDIR)$(bindir)/eclectic \
+ ln -snf $(DESTDIR)$(bindir)/eselect \
$(DESTDIR)$(bindir)/$*
CLEANFILES = $(bin_SCRIPTS)