summaryrefslogtreecommitdiff
path: root/package/aufs2-util/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:08:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:08:08 +0100
commit826ef096650922ee8b5e9880348dbbfc08f85b95 (patch)
tree9575db5df56c9624cce9ab5c4d385944a502b4d7 /package/aufs2-util/Makefile
parent924999934627e03db5963cc58e1d226e047cd9e1 (diff)
parent08409051bea263523a0883b2fc3167d1da3612b4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/aufs2-util/Makefile')
-rw-r--r--package/aufs2-util/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile
index 4457775b9..3d100010d 100644
--- a/package/aufs2-util/Makefile
+++ b/package/aufs2-util/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_DESCR:= aufs2 utilities
PKG_SECTION:= admin
PKG_URL:= http://aufs.sf.net/
+PKG_HOST_DEPENDS:= !cygwin !freebsd
NO_DISTFILES:= 1
@@ -24,10 +25,4 @@ do-extract:
mkdir -p ${WRKBUILD}
${CP} ./src/* ${WRKBUILD}/
-do-configure:
-
-#post-install:
-# $(INSTALL_DIR) $(IDIR_BASH)/bin
-# $(INSTALL_BIN) $(WRKINST)/usr/bin/bash $(IDIR_BASH)/bin/
-
include ${TOPDIR}/mk/pkg-bottom.mk