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/kspread/kspread-14.0.12.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'trinity-apps/kspread/kspread-14.0.12.ebuild') diff --git a/trinity-apps/kspread/kspread-14.0.12.ebuild b/trinity-apps/kspread/kspread-14.0.12.ebuild index addb017a..ab8e8e33 100644 --- a/trinity-apps/kspread/kspread-14.0.12.ebuild +++ b/trinity-apps/kspread/kspread-14.0.12.ebuild @@ -65,23 +65,23 @@ src_prepare() { libname="" fi done - echo "SUBDIRS=$dirlist kross" > ${S}/lib/Makefile.am + echo "SUBDIRS=$dirlist kross" > "${S}/lib/Makefile.am" sed -i "${S}/kexi/migration/keximigratetest.cpp" \ -e "/TDEApplication/ s|\");|\", true, true, true);|" - echo "SUBDIRS = liboofilter kspread" > ${S}/filters/Makefile.am - echo "SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel kexi" > ${S}/filters/kspread/Makefile.am + echo "SUBDIRS = liboofilter kspread" > "${S}/filters/Makefile.am" + echo "SUBDIRS = applixspread csv dbase gnumeric latex opencalc html qpro excel kexi" > "${S}/filters/kspread/Makefile.am" for i in $(find "${S}"/lib -iname "*\.ui"); do uic-tqt ${i} > ${i%.ui}.h done - echo "SUBDIRS = kexidb" > ${S}/kexi/Makefile.am + echo "SUBDIRS = kexidb" > "${S}/kexi/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() { -- cgit v1.2.1