From 0908a1ff47811cb012a194841a365b5213cc3315 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Oct 2020 16:25:13 +0200 Subject: [ntfsfree] No cmake --- core/modules/ntfsfree/module.build | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'core/modules/ntfsfree') diff --git a/core/modules/ntfsfree/module.build b/core/modules/ntfsfree/module.build index 869b0e62..97ff787a 100644 --- a/core/modules/ntfsfree/module.build +++ b/core/modules/ntfsfree/module.build @@ -5,12 +5,10 @@ fetch_source() { build() { local SRCDIR="${MODULE_WORK_DIR}/src/ntfsfree" - mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/sbin" - cde "${MODULE_BUILD_DIR}/opt/openslx/sbin" - pinfo "Running cmake" - cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed." - pinfo "Running make" + cde "$SRCDIR" make || perror "'make' failed." + mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/sbin" + cp "${SRCDIR}/ntfsfree" "${MODULE_BUILD_DIR}/opt/openslx/sbin/ntfsfree" || perror "cp failed" } post_copy() { -- cgit v1.2.3-55-g7522