summaryrefslogtreecommitdiffstats
path: root/core/modules/ntfsfree
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-22 16:25:13 +0200
committerSimon Rettberg2020-10-22 16:25:13 +0200
commit0908a1ff47811cb012a194841a365b5213cc3315 (patch)
tree9c715bed9f3649abc7b1f97ec9206bdb9cc06948 /core/modules/ntfsfree
parent[splashtool] Add ATTRIBUTION file for icons (diff)
downloadmltk-0908a1ff47811cb012a194841a365b5213cc3315.tar.gz
mltk-0908a1ff47811cb012a194841a365b5213cc3315.tar.xz
mltk-0908a1ff47811cb012a194841a365b5213cc3315.zip
[ntfsfree] No cmake
Diffstat (limited to 'core/modules/ntfsfree')
-rw-r--r--core/modules/ntfsfree/module.build8
1 files changed, 3 insertions, 5 deletions
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() {