diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-15 08:54:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-15 08:54:47 +0100 |
commit | 1f35cfe7b1a8f202b01e6995b0dc803c7965feeb (patch) | |
tree | ecce9e0ec9a652097137007fafdf805765b8b146 /packages/mini-httpd/files/new-bindir-mandir.patch | |
parent | d54a908d3f306ea41429fb2ceb39d9e52705f141 (diff) | |
parent | fef3375fcfc10d047f7b54416ee19062f78ae07b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/mini-httpd/files/new-bindir-mandir.patch')
-rw-r--r-- | packages/mini-httpd/files/new-bindir-mandir.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/mini-httpd/files/new-bindir-mandir.patch b/packages/mini-httpd/files/new-bindir-mandir.patch new file mode 100644 index 0000000000..7d48cd1685 --- /dev/null +++ b/packages/mini-httpd/files/new-bindir-mandir.patch @@ -0,0 +1,15 @@ +diff -NurpP --minimal mini_httpd-1.19/Makefile mini_httpd-1.19-new/Makefile +--- mini_httpd-1.19/Makefile 2002-11-02 07:02:57.000000000 +0800 ++++ mini_httpd-1.19-new/Makefile 2008-10-06 15:43:52.000000000 +0800 +@@ -20,8 +20,8 @@ CRYPT_LIB = -lcrypt + #SSL_LIBS = -L${SSL_TREE}/lib -lssl -lcrypto + + +-BINDIR = /usr/local/sbin +-MANDIR = /usr/local/man ++BINDIR = /usr/sbin ++MANDIR = /usr/share/man + CC = gcc + CDEFS = ${SSL_DEFS} ${SSL_INC} + CFLAGS = -O ${CDEFS} + |