summaryrefslogtreecommitdiff
path: root/package/rdate
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
commitb56c73c95f08099803c60d9e2f2584f231220d47 (patch)
tree704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/rdate
parent09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff)
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
Diffstat (limited to 'package/rdate')
-rw-r--r--package/rdate/Makefile2
-rw-r--r--package/rdate/patches/patch-GNUmakefile5
2 files changed, 4 insertions, 3 deletions
diff --git a/package/rdate/Makefile b/package/rdate/Makefile
index 0997d3db9..e4c428b58 100644
--- a/package/rdate/Makefile
+++ b/package/rdate/Makefile
@@ -23,6 +23,6 @@ MAKE_FILE= GNUmakefile
post-install:
${INSTALL_DIR} ${IDIR_RDATE}/usr/sbin
- ${INSTALL_BIN} ${WRKINST}/usr/sbin/rdate ${IDIR_RDATE}/usr/sbin/
+ ${INSTALL_BIN} ${WRKINST}/usr/sbin/rdate ${IDIR_RDATE}/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/rdate/patches/patch-GNUmakefile b/package/rdate/patches/patch-GNUmakefile
index 2cea98ffa..519d66f76 100644
--- a/package/rdate/patches/patch-GNUmakefile
+++ b/package/rdate/patches/patch-GNUmakefile
@@ -1,11 +1,12 @@
--- rdate.orig/GNUmakefile 2007-08-16 12:45:06.000000000 +0200
-+++ rdate/GNUmakefile 2010-02-06 02:36:00.723431141 +0100
-@@ -15,8 +15,7 @@ CPPFLAGS+= -D'__RCSID(x)=static const ch
++++ rdate/GNUmakefile 2011-02-28 22:42:06.000000000 +0100
+@@ -15,8 +15,8 @@ CPPFLAGS+= -D'__RCSID(x)=static const ch
all: rdate
install:
- install -c -s -m 555 rdate ${DESTDIR}${BINDIR}/
- install -c -m 444 rdate.8 ${DESTDIR}${MANDIR}/man8/
++ install -d ${DESTDIR}${BINDIR}/
+ install -c -m 755 rdate ${DESTDIR}${BINDIR}/
clean: