diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:40:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:40:59 +0300 |
commit | fe84afa0cd4ccaf3c5647857f53038e1f20f02da (patch) | |
tree | cf9e319ddbaa5ef67bd36c8ec55eb605ce21fbf6 /extra/attr/build | |
parent | 387e376b443c380a742aee5509267d8b04caa9fe (diff) | |
download | repository-fe84afa0cd4ccaf3c5647857f53038e1f20f02da.tar.gz |
attr: drop package
Diffstat (limited to 'extra/attr/build')
-rwxr-xr-x | extra/attr/build | 8 |
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 |