summaryrefslogtreecommitdiff
path: root/sys-fs/fatsort/fatsort-1.6.3.622.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /sys-fs/fatsort/fatsort-1.6.3.622.ebuild
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'sys-fs/fatsort/fatsort-1.6.3.622.ebuild')
-rw-r--r--sys-fs/fatsort/fatsort-1.6.3.622.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-fs/fatsort/fatsort-1.6.3.622.ebuild b/sys-fs/fatsort/fatsort-1.6.3.622.ebuild
index f04b31692aa8..c843233d12b1 100644
--- a/sys-fs/fatsort/fatsort-1.6.3.622.ebuild
+++ b/sys-fs/fatsort/fatsort-1.6.3.622.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,13 +17,14 @@ src_prepare() {
default
sed -i -e 's|/usr/local|/usr|g' \
- $(find ./ -name Makefile) || die
+ $(find ./ -name Makefile || die) || die
}
src_compile() {
- emake CC=$(tc-getCC) LD=$(tc-getCC) \
+ emake \
+ CC=$(tc-getCC) LD=$(tc-getCC) \
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
- DESTDIR="${D}" man
+ man
}
src_test() {