aboutsummaryrefslogtreecommitdiff
path: root/extra/attr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-17 01:40:59 +0300
committerCem Keylan <cem@ckyln.com>2021-07-17 01:40:59 +0300
commitfe84afa0cd4ccaf3c5647857f53038e1f20f02da (patch)
treecf9e319ddbaa5ef67bd36c8ec55eb605ce21fbf6 /extra/attr/build
parent387e376b443c380a742aee5509267d8b04caa9fe (diff)
downloadrepository-fe84afa0cd4ccaf3c5647857f53038e1f20f02da.tar.gz
attr: drop package
Diffstat (limited to 'extra/attr/build')
-rwxr-xr-xextra/attr/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/attr/build b/extra/attr/build
deleted file mode 100755
index 6b0a232c..00000000
--- a/extra/attr/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc
-
-make
-make DESTDIR="$1" install