diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-04-13 13:41:28 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-04-13 13:41:28 (GMT) |
commit | fb62d1d3074984a47ed5cf9b34e85fc2a6daec35 (patch) | |
tree | 659e26c5347ebb1d0e48521527fb4688d06f030d /Makefile | |
parent | c9635c2b0f74a639f33460cb933399684ef868ab (diff) |
added rhimport create id tool
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |