summaryrefslogtreecommitdiff
path: root/package/xbindkeys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-28 19:01:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-28 19:01:03 +0100
commit2ff029077bc99d78e4e6522145d1c3680baad2c9 (patch)
tree004563b655e94b5884ace82ec83890164d96e681 /package/xbindkeys
parenta2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (diff)
fix flex build on native target
Diffstat (limited to 'package/xbindkeys')
-rw-r--r--package/xbindkeys/Makefile4
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