From b56c73c95f08099803c60d9e2f2584f231220d47 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Mar 2011 19:51:32 +0100 Subject: misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS * fix *.pc / *-config file handling. --- package/totd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/totd/Makefile') diff --git a/package/totd/Makefile b/package/totd/Makefile index 938439e9b..207b2d2cc 100644 --- a/package/totd/Makefile +++ b/package/totd/Makefile @@ -18,7 +18,7 @@ $(eval $(call PKG_template,TOTD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_ post-install: $(INSTALL_DIR) $(IDIR_TOTD)/{usr/sbin,etc} - ${INSTALL_DATA} ./files/totd.conf ${IDIR_TOTD}/etc/ - $(INSTALL_BIN) $(WRKINST)/usr/sbin/totd $(IDIR_TOTD)/usr/sbin/ + ${INSTALL_DATA} ./files/totd.conf ${IDIR_TOTD}/etc + $(INSTALL_BIN) $(WRKINST)/usr/sbin/totd $(IDIR_TOTD)/usr/sbin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3