diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 23:38:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 23:38:17 +0200 |
commit | aef64acf2d4f120f473c79dc2a8524c38f6e9afb (patch) | |
tree | 793ca4c18c3c7e83b5a4fbdaed3df791ea19c945 /package/tslib/Makefile | |
parent | bec38f92eb1a5a72192fb9dcc64083618a18bf34 (diff) |
tac not available on FreeBSD, fix permission in tslib package
Diffstat (limited to 'package/tslib/Makefile')
-rw-r--r-- | package/tslib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |