aboutsummaryrefslogtreecommitdiff
path: root/extra/attr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-12 16:51:27 +0300
committerCem Keylan <cem@ckyln.com>2020-05-12 16:51:27 +0300
commitac388dee029b82ce7adbeb2e054f5280464d49a3 (patch)
treea26a7b52e24efcb94706d4649acba05a8c58dae5 /extra/attr/build
parent4569e26e5d9e93a59527a20418ce7d5aa9dd7eb7 (diff)
downloadrepository-ac388dee029b82ce7adbeb2e054f5280464d49a3.tar.gz
attr: add new package at 2.4.48
Diffstat (limited to 'extra/attr/build')
-rwxr-xr-xextra/attr/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/attr/build b/extra/attr/build
new file mode 100755
index 00000000..6b0a232c
--- /dev/null
+++ b/extra/attr/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc
+
+make
+make DESTDIR="$1" install