summaryrefslogtreecommitdiff
path: root/package/aufs2-util/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-24 19:44:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-24 19:44:39 +0100
commit8412c949934c0fc8eb1c73931b6bf60f75a1da4c (patch)
tree651c1407cdbb6f5cd380fda22a92abeee76cf50f /package/aufs2-util/Makefile
parent15b59cb40c42e69e353b2d46648654eaaff43578 (diff)
fix compile of some packages
Diffstat (limited to 'package/aufs2-util/Makefile')
-rw-r--r--package/aufs2-util/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile
index c414a1ca2..89a9f0d28 100644
--- a/package/aufs2-util/Makefile
+++ b/package/aufs2-util/Makefile
@@ -15,14 +15,14 @@ NO_DISTFILES:= 1
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,AUFS_UTIL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,AUFS2_UTIL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIG_STYLE:= manual
MAKE_FLAGS+= KDIR=${LINUX_DIR}
post-install:
- $(INSTALL_DIR) $(IDIR_AUFS_UTIL)/sbin
+ $(INSTALL_DIR) $(IDIR_AUFS2_UTIL)/sbin
$(INSTALL_BIN) ${WRKINST}/sbin/{u,}mount.aufs \
- $(IDIR_AUFS_UTIL)/sbin
+ $(IDIR_AUFS2_UTIL)/sbin
include ${TOPDIR}/mk/pkg-bottom.mk