diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
commit | 73c73e33976dc28258ca4fd0b5a220ff8f24957d (patch) | |
tree | 421776dab7b922f846032071f382261eebd929cf /personal/abook/build | |
parent | 86d1a40e690df6ca8397c2f3ddbe26df88ec75d8 (diff) | |
download | repository-73c73e33976dc28258ca4fd0b5a220ff8f24957d.tar.gz |
abook,shinit,spotifyd: drop
Diffstat (limited to 'personal/abook/build')
-rwxr-xr-x | personal/abook/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/personal/abook/build b/personal/abook/build deleted file mode 100755 index 2c20214..0000000 --- a/personal/abook/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -export LDFLAGS="$LDFLAGS -static" - -./configure \ - --prefix=/usr \ - --mandir=/usr/share/man - -make -make DESTDIR="$1" install |