Explorar o código

added DESTDIR so that binary is install in target directory per case 0000482

David Anders %!s(int64=19) %!d(string=hai) anos
pai
achega
548819bc39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/socat/socat.mk

+ 1 - 1
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