summaryrefslogtreecommitdiff
path: root/package/tptest/patches/patch-apps_unix_server_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-30 10:40:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-30 10:40:05 +0100
commitc64105459c5d9662dd8a330f264b60a61ba14c0b (patch)
tree80cbca19a7a31fb3357d8eec3784367075f3b5d3 /package/tptest/patches/patch-apps_unix_server_Makefile
parent659846437896836e683ba5c0fc393a78eb641c18 (diff)
parent39e9af48da3ef01a9eca53d54ace7545eec39da8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tptest/patches/patch-apps_unix_server_Makefile')
-rw-r--r--package/tptest/patches/patch-apps_unix_server_Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tptest/patches/patch-apps_unix_server_Makefile b/package/tptest/patches/patch-apps_unix_server_Makefile
index e4ea1eab8..127bd0a72 100644
--- a/package/tptest/patches/patch-apps_unix_server_Makefile
+++ b/package/tptest/patches/patch-apps_unix_server_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/server/Makefile 2003-01-22 11:42:45.000000000 +0100
-+++ tptest-3.1.7/apps/unix/server/Makefile 2010-01-20 12:01:24.758178270 +0100
++++ tptest-3.1.7/apps/unix/server/Makefile 2010-01-28 00:00:23.000000000 +0100
@@ -1,4 +1,4 @@
-CC = gcc
+CC ?= gcc
@@ -28,7 +28,7 @@
install:
- install -c -s -o bin -g bin -m 555 tptestserver /usr/local/bin
+ install -d -m 755 ${DESTDIR}/usr/bin
-+ install -c -s -m 555 tptestserver ${DESTDIR}/usr/bin
++ install -c -m 755 tptestserver ${DESTDIR}/usr/bin
depend:
${MAKEDEPEND} ${INCL} ${SRCS} ${LIBSRCS}