From: David Anders Date: Tue, 24 Jan 2006 15:15:16 +0000 (-0000) Subject: added DESTDIR so that binary is install in target directory per case 0000482 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=548819bc39e5d406ad8d94390b29718ee174643b;p=buildroot.git added DESTDIR so that binary is install in target directory per case 0000482 --- diff --git a/package/socat/socat.mk b/package/socat/socat.mk index 5dd22ccd5c..cbb3dfd429 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