aboutsummaryrefslogtreecommitdiff
path: root/extra/ntfs-3g/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-04 09:15:14 +0300
committerCem Keylan <cem@ckyln.com>2020-02-04 09:15:14 +0300
commitee776e50f40f3af924b1f198f784573abfa3907c (patch)
tree17ca1f25a711e2c86537922ce71ce969b38d2515 /extra/ntfs-3g/build
parent988394be37e087fc0ab852cbcf745eb3bc225def (diff)
downloadrepository-ee776e50f40f3af924b1f198f784573abfa3907c.tar.gz
ntfs-3g: add new package at 2017.3.23 to extra
Diffstat (limited to 'extra/ntfs-3g/build')
-rwxr-xr-xextra/ntfs-3g/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/ntfs-3g/build b/extra/ntfs-3g/build
new file mode 100755
index 00000000..77a29973
--- /dev/null
+++ b/extra/ntfs-3g/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin
+
+make
+make DESTDIR="$1" install
+
+install -Dm755 "$1/bin/"* -t "$1/usr/bin"
+install -Dm755 "$1/sbin/"* -t "$1/usr/bin"
+
+rm -r "$1/bin" "$1/sbin"