From 87e12510e384f56d90499f6f110814c30afe2fac Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 31 Oct 2022 17:31:47 +0000 Subject: Enclosing variables in quotes and fixing other shortcomings Signed-off-by: ormorph --- trinity-apps/kchart/kchart-14.0.12.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'trinity-apps/kchart/kchart-14.0.12.ebuild') diff --git a/trinity-apps/kchart/kchart-14.0.12.ebuild b/trinity-apps/kchart/kchart-14.0.12.ebuild index 0316c4e1..2f5e8326 100644 --- a/trinity-apps/kchart/kchart-14.0.12.ebuild +++ b/trinity-apps/kchart/kchart-14.0.12.ebuild @@ -38,7 +38,7 @@ KMCOPYLIB="libkformula lib/kformula src_unpack() { trinity-meta-2_src_unpack - echo "SUBDIRS = kchart" > ${S}/filters/Makefile.am + echo "SUBDIRS = kchart" > "${S}/filters/Makefile.am" } src_prepare() { @@ -62,16 +62,15 @@ src_prepare() { libname="" fi done - echo "SUBDIRS=$dirlist" > ${S}/lib/Makefile.am + echo "SUBDIRS=$dirlist" > "${S}/lib/Makefile.am" trinity-meta-2_src_prepare - echo 'all:' > ${S}/Makefile.am - echo 'install:' >> ${S}/Makefile.am - echo '.PHONY: all' >> ${S}/Makefile.am + echo 'all:' > "${S}/Makefile.am" + echo 'install:' >> "${S}/Makefile.am" + echo '.PHONY: all' >> "${S}/Makefile.am" } src_configure() { - append-cxxflags "-std=c++11" trinity-meta-2_src_configure } -- cgit v1.2.1