diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-30 05:28:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-30 05:28:55 +0100 |
commit | a78362f046308235c86ae7175baa3eec343142ff (patch) | |
tree | 926607cb991f98a550619c9002535a16552e546c /package/xbindkeys/Makefile | |
parent | 405da345c6744ed5a6621d0234166d45c9799b07 (diff) | |
parent | 4b5dc45c753b7f021e0eebf10cfae416a8d51c58 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xbindkeys/Makefile')
-rw-r--r-- | package/xbindkeys/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/xbindkeys/Makefile b/package/xbindkeys/Makefile index d40bfff35..9c4352cb6 100644 --- a/package/xbindkeys/Makefile +++ b/package/xbindkeys/Makefile @@ -18,14 +18,10 @@ $(eval $(call PKG_template,XBINDKEYS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},$ CONFIGURE_ARGS+= --disable-guile \ --disable-tk CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes -#BUILD_STYLE:= manual -#INSTALL_STYLE:= manual -# please install all files and directories to the package dir post-install: $(INSTALL_DIR) $(IDIR_XBINDKEYS)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/xbindkeys \ $(IDIR_XBINDKEYS)/usr/bin -# please remove ALL above comments, before commiting include ${TOPDIR}/mk/pkg-bottom.mk |