diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-24 15:15:16 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-24 15:15:16 +0000 |
commit | 548819bc39e5d406ad8d94390b29718ee174643b (patch) | |
tree | aca14c6fddaa301bcc78c2890c1f9e18949aaf22 /package/socat/socat.mk | |
parent | 984d4fee50ef9d6752de565392518df15d9ae035 (diff) | |
download | buildroot-novena-548819bc39e5d406ad8d94390b29718ee174643b.tar.gz buildroot-novena-548819bc39e5d406ad8d94390b29718ee174643b.zip |
added DESTDIR so that binary is install in target directory per case 0000482
Diffstat (limited to 'package/socat/socat.mk')
-rw-r--r-- | package/socat/socat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/socat/socat.mk b/package/socat/socat.mk index 5dd22ccd5..cbb3dfd42 100644 --- a/package/socat/socat.mk +++ b/package/socat/socat.mk @@ -53,7 +53,7 @@ $(SOCAT_WORKDIR)/socat: $(SOCAT_WORKDIR)/Makefile $(SOCAT_WORKDIR)/.installed: $(SOCAT_WORKDIR)/socat mkdir -p $(TARGET_DIR)/usr/man/man1 - $(MAKE) -C $(SOCAT_WORKDIR) install prefix=$(TARGET_DIR)/usr + $(MAKE) -C $(SOCAT_WORKDIR) install prefix=$(TARGET_DIR)/usr DESTDIR=$(TARGET_DIR) socat: uclibc $(SOCAT_WORKDIR)/.installed |