aboutsummaryrefslogtreecommitdiff
path: root/extra/entr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-04 09:26:18 +0300
committerCem Keylan <cem@ckyln.com>2020-02-04 09:26:18 +0300
commit949bbf3b5422375de97f67f7fd87c90b502243be (patch)
tree153d66feecd7fd43b6a0e000925dab662509abe0 /extra/entr/build
parentee776e50f40f3af924b1f198f784573abfa3907c (diff)
downloadrepository-949bbf3b5422375de97f67f7fd87c90b502243be.tar.gz
entr: add new package at 4.4 to extra
Diffstat (limited to 'extra/entr/build')
-rwxr-xr-xextra/entr/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/entr/build b/extra/entr/build
new file mode 100755
index 00000000..6f711c25
--- /dev/null
+++ b/extra/entr/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./configure
+cp Makefile.linux Makefile
+make
+make DESTDIR="$1" PREFIX=/usr install