aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proftpd/files/make.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2009-10-01 00:02:16 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2009-10-01 00:02:16 +0200
commit35e01a136bfc8910e119d9c67561b9ac39f63f16 (patch)
treec1faa24563b1199105e2d3663646e73587f9fc24 /recipes/proftpd/files/make.patch
parent2bd89915c3ed05864641ec982fe39bc5c6505cca (diff)
downloadopenembedded-35e01a136bfc8910e119d9c67561b9ac39f63f16.tar.gz
proftpd: fix strip issue
Diffstat (limited to 'recipes/proftpd/files/make.patch')
-rw-r--r--recipes/proftpd/files/make.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/proftpd/files/make.patch b/recipes/proftpd/files/make.patch
index 3e8109f373..804e35d503 100644
--- a/recipes/proftpd/files/make.patch
+++ b/recipes/proftpd/files/make.patch
@@ -43,8 +43,8 @@ Index: proftpd-1.3.2/Make.rules.in
-INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755
-INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755
-INSTALL_MAN=$(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644
-+INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
-+INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
++INSTALL_BIN=$(INSTALL) -m 0755
++INSTALL_SBIN=$(INSTALL) -m 0755
+INSTALL_MAN=$(INSTALL) -m 0644
RM=rm -f