diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-13 12:59:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-13 12:59:12 +0000 |
commit | 5ee5f0c661b285ae211e2d776ff1a5b961e72fd6 (patch) | |
tree | fa4c33125f4d1f37ef9d6d1c493087ae360d848b | |
parent | e3440c8ba39faf427fdcbead686f9a95027d1a86 (diff) |
revert previous commit
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 751c7bd0..78daa2ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -128,6 +128,8 @@ links: rc install: $(TARGET) install -m 0755 -d $(DESTDIR)/$(LIB) install -m 0755 $(LIB_TARGETS) $(DESTDIR)/$(LIB) + ln -sf $(LIBEINFOSO) $(DESTDIR)/$(LIB)/libeinfo.so + ln -sf $(LIBRCSO) $(DESTDIR)/$(LIB)/librc.so install -m 0755 -d $(DESTDIR)/usr/include install -m 0644 einfo.h rc.h $(DESTDIR)/usr/include install -m 0755 -d $(DESTDIR)/bin |