From d3edb850913a1c0beafa427661ac996f76a47589 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 27 Jan 2015 23:44:03 -0600 Subject: partprobe required to let the kernel recognize the partition table --- package/parted/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/parted') 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 -- cgit v1.2.3