From aef64acf2d4f120f473c79dc2a8524c38f6e9afb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 29 Jul 2010 23:38:17 +0200 Subject: tac not available on FreeBSD, fix permission in tslib package --- package/tslib/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/tslib/Makefile') diff --git a/package/tslib/Makefile b/package/tslib/Makefile index 5f384b7f6..2ebd83179 100644 --- a/package/tslib/Makefile +++ b/package/tslib/Makefile @@ -27,6 +27,9 @@ CONFIGURE_ARGS+= --disable-ucb1x00 \ --disable-linear-h2200 \ --disable-arctic2 +pre-build: + @chmod u+x ${WRKBUILD}/install-sh + post-install: $(INSTALL_DIR) $(IDIR_TSLIB)/etc $(INSTALL_DIR) $(IDIR_TSLIB)/usr/lib/ts -- cgit v1.2.3