summaryrefslogtreecommitdiff
path: root/package/drbd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-27 21:37:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-27 21:37:02 +0100
commit03a9f756940299fbdc9570ab42cf3820446c5241 (patch)
treed485b6f41ada061e755366cc061213ca067b5bd5 /package/drbd
parentade2d0de4203ef212357b04076c272a1fb257dc8 (diff)
fix packaging issue
Diffstat (limited to 'package/drbd')
-rw-r--r--package/drbd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/drbd/Makefile b/package/drbd/Makefile
index 965b0d3ee..49f8169be 100644
--- a/package/drbd/Makefile
+++ b/package/drbd/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= drbd
PKG_VERSION:= 8.4.4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= b51815343c1a9151e2936b3b97520388
PKG_DESCR:= DRBD admin tools
PKG_SECTION:= fs
@@ -33,7 +33,7 @@ post-install:
$(INSTALL_DIR) $(IDIR_DRBD)/usr/sbin
$(CP) $(WRKINST)/usr/lib/drbd/* \
$(IDIR_DRBD)/usr/lib/drbd/
- $(INSTALL_BIN) $(WRKINST)/sbin/drbd* \
+ $(INSTALL_BIN) $(WRKINST)/usr/sbin/drbd* \
$(IDIR_DRBD)/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk