summaryrefslogtreecommitdiffstats
path: root/package/socat
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-24 15:15:16 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-24 15:15:16 +0000
commit548819bc39e5d406ad8d94390b29718ee174643b (patch)
treeaca14c6fddaa301bcc78c2890c1f9e18949aaf22 /package/socat
parent984d4fee50ef9d6752de565392518df15d9ae035 (diff)
downloadbuildroot-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')
-rw-r--r--package/socat/socat.mk2
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