diff options
author | Jory Pratt <anarchy@gentoo.org> | 2020-12-07 08:13:00 -0600 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2020-12-07 08:13:00 -0600 |
commit | fd9eb11062b7dc4d6ac1d9dc779322abe8e4cf26 (patch) | |
tree | 20a96030971361f8495e6097b82a01889ee1586f /sys-apps | |
parent | sys-apps/sysvinit: add new stable 2.97 for x86 (diff) | |
download | musl-fd9eb11062b7dc4d6ac1d9dc779322abe8e4cf26.tar.gz musl-fd9eb11062b7dc4d6ac1d9dc779322abe8e4cf26.tar.bz2 musl-fd9eb11062b7dc4d6ac1d9dc779322abe8e4cf26.zip |
sys-apps/sysvinit: cleanup whitespace and unneeded blank line
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sysvinit/sysvinit-2.97.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/sysvinit/sysvinit-2.97.ebuild b/sys-apps/sysvinit/sysvinit-2.97.ebuild index e7338aef..d64e7290 100644 --- a/sys-apps/sysvinit/sysvinit-2.97.ebuild +++ b/sys-apps/sysvinit/sysvinit-2.97.ebuild @@ -53,11 +53,10 @@ src_prepare() { -e '/\/bin\/pidof/d' \ -e '/^MAN8/s:\<pidof.8\>::g' \ src/Makefile || die - + # stack protector is broken on x86 musl sed -i 's/-fstack-protector-strong//' src/Makefile || die - # logsave is already in e2fsprogs sed -i -r \ -e '/^(USR)?S?BIN/s:\<logsave\>::g' \ |