diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:32:25 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:32:25 +0100 |
commit | de49825e7c150165b04f363aabf14284486cca97 (patch) | |
tree | 49674f385d02ce3b430109de7ec3a220ca075e20 /xorg/feh/build | |
parent | 0d6820a195d8b4cde26843e3c5abe53c277f17b8 (diff) | |
download | repository-de49825e7c150165b04f363aabf14284486cca97.tar.gz |
feh: drop from repository
Diffstat (limited to 'xorg/feh/build')
-rwxr-xr-x | xorg/feh/build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xorg/feh/build b/xorg/feh/build deleted file mode 100755 index 468b0c88..00000000 --- a/xorg/feh/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -mk() { - make \ - PREFIX=/usr \ - exif=1 \ - help=1 \ - stat64=1 \ - "$@" -} - -mk -mk DESTDIR="$1" install |