summaryrefslogtreecommitdiff
path: root/package/parted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/parted/Makefile')
-rw-r--r--package/parted/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/parted/Makefile b/package/parted/Makefile
index 1087ec9b5..719c4c729 100644
--- a/package/parted/Makefile
+++ b/package/parted/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= parted
PKG_VERSION:= 3.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
PKG_DESCR:= partition table editor
PKG_SECTION:= sys/fs
@@ -39,5 +39,6 @@ ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y)
endif
$(INSTALL_DIR) $(IDIR_PARTED)/usr/sbin
$(INSTALL_BIN) $(WRKINST)/usr/sbin/parted $(IDIR_PARTED)/usr/sbin
+ $(INSTALL_BIN) $(WRKINST)/usr/sbin/partprobe $(IDIR_PARTED)/usr/sbin
include $(ADK_TOPDIR)/mk/pkg-bottom.mk