diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-28 18:43:08 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-28 18:43:08 +0100 |
| commit | 56cbee0cb11c894340b1961910cf9af18e4cb8a3 (patch) | |
| tree | 02c61f3fcc842861fd46031cd95bac4ce0ec2e01 /package/tptest/patches/patch-apps_unix_client_Makefile | |
| parent | 1013db1ec05ba46496af7c73b7b1c430e1f7c063 (diff) | |
do not strip binaries via install -s
Diffstat (limited to 'package/tptest/patches/patch-apps_unix_client_Makefile')
| -rw-r--r-- | package/tptest/patches/patch-apps_unix_client_Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tptest/patches/patch-apps_unix_client_Makefile b/package/tptest/patches/patch-apps_unix_client_Makefile index 239d4770e..4043f3ec2 100644 --- a/package/tptest/patches/patch-apps_unix_client_Makefile +++ b/package/tptest/patches/patch-apps_unix_client_Makefile @@ -4,7 +4,7 @@ - drop the local subdir (openadk doesnt use this path) - create the directories to install into --- tptest-3.1.7.orig/apps/unix/client/Makefile 2004-04-07 15:22:56.000000000 +0200 -+++ tptest-3.1.7/apps/unix/client/Makefile 2010-01-20 12:01:14.267178336 +0100 ++++ tptest-3.1.7/apps/unix/client/Makefile 2010-01-28 00:00:45.000000000 +0100 @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc @@ -28,7 +28,7 @@ install: - install -c -s -o bin -g bin -m 555 tptestclient /usr/local/bin + install -d -m 755 ${DESTDIR}/usr/bin -+ install -c -s -m 555 tptestclient ${DESTDIR}/usr/bin ++ install -c -m 755 tptestclient ${DESTDIR}/usr/bin depend: ${MAKEDEPEND} ${INCL} ${SRCS} ${LIBSRCS} |
