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)
commita6894836ae5f83dd9074b1f872a270fee8fdbde8 (patch)
tree659e26c5347ebb1d0e48521527fb4688d06f030d /Makefile
parent017434491c5a8049564a2cc408944ba404d2c52b (diff)
added rhimport create id tool
git-svn-id: https://svn.helsinki.at/rhimport/trunk@48 7c65635b-ec39-4f67-a626-873dbafdd612
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: