app-backup/cdbackup: Whitespace cleanup

Package-Manager: Portage-2.3.42, Repoman-2.3.9
This commit is contained in:
Andreas Sturmlechner
2018-07-15 15:53:54 +02:00
parent 44c23becf9
commit dcd5ff1364

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ DEPEND=""
src_prepare() {
sed -i -e '/cd\(backup\|restore\)/,+1 s:CFLAGS:LDFLAGS:' \
"${S}"/Makefile || die "sed Makefile failed"
"${S}"/Makefile || die "sed Makefile failed"
default
}