diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-15 15:53:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-15 16:52:48 +0200 |
commit | dcd5ff136454b428c7c717eaf1ef1ba4c667a26e (patch) | |
tree | 1b3def52e5758cacd8580066a4675a84971adc39 /app-backup/cdbackup | |
parent | profiles: Drop obsolete www-plugins/nspluginwrapper package.mask (diff) | |
download | gentoo-dcd5ff136454b428c7c717eaf1ef1ba4c667a26e.tar.gz gentoo-dcd5ff136454b428c7c717eaf1ef1ba4c667a26e.tar.bz2 gentoo-dcd5ff136454b428c7c717eaf1ef1ba4c667a26e.zip |
app-backup/cdbackup: Whitespace cleanup
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'app-backup/cdbackup')
-rw-r--r-- | app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild b/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild index 7529285d9a60..184aa586db4c 100644 --- a/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild +++ b/app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild @@ -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 } |