summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-04-13 13:41:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-04-13 13:41:28 (GMT)
commitfb62d1d3074984a47ed5cf9b34e85fc2a6daec35 (patch)
tree659e26c5347ebb1d0e48521527fb4688d06f030d /Makefile
parentc9635c2b0f74a639f33460cb933399684ef868ab (diff)
added rhimport create id tool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f99b40..664ff91 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ install: $(INSTALL_TARGETS)
install-bin:
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 755 $(EXECUTABLE) $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 755 rhimport-create-id $(DESTDIR)$(BINDIR)
@sed s#/usr/local/share/rhimport/#$(SHAREDIR)/$(EXECUTABLE)/#g -i $(DESTDIR)$(BINDIR)/$(EXECUTABLE)
install-share: