diff options
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 17301acf5..e32eb3099 100644 --- a/package/tslib/Makefile +++ b/package/tslib/Makefile @@ -30,6 +30,9 @@ CONFIGURE_ARGS+= --disable-ucb1x00 \ pre-build: @chmod u+x ${WRKBUILD}/install-sh +pre-install: + $(INSTALL_DIR) $(WRKINST)/etc + post-install: $(INSTALL_DIR) $(IDIR_TSLIB)/etc $(INSTALL_DIR) $(IDIR_TSLIB)/usr/lib/ts |