summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kformula/kformula-9999.ebuild
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-31 17:31:47 +0000
committerormorph <roma251078@mail.ru>2022-10-31 17:36:34 +0000
commit87e12510e384f56d90499f6f110814c30afe2fac (patch)
treec39082a48fcef2ed3bd938dfe74f7ee77bf7fc01 /trinity-apps/kformula/kformula-9999.ebuild
parent34d0378bc17e913b037ce9edccf0b6c7250ed840 (diff)
downloadtde-packaging-gentoo-87e12510e384f56d90499f6f110814c30afe2fac.tar.gz
tde-packaging-gentoo-87e12510e384f56d90499f6f110814c30afe2fac.zip
Enclosing variables in quotes and fixing other shortcomings
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kformula/kformula-9999.ebuild')
-rw-r--r--trinity-apps/kformula/kformula-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/trinity-apps/kformula/kformula-9999.ebuild b/trinity-apps/kformula/kformula-9999.ebuild
index a31b5a71..22abbd33 100644
--- a/trinity-apps/kformula/kformula-9999.ebuild
+++ b/trinity-apps/kformula/kformula-9999.ebuild
@@ -60,13 +60,13 @@ src_prepare() {
if use handbook ; then
echo -e "KDE_LANG = en\nSUBDIRS = ${PN}" >"${S}/doc/Makefile.am" || die
fi
- echo "SUBDIRS=$dirlis" > ${S}/lib/Makefile.am
- echo "SUBDIRS= kformula" > ${S}/filters/Makefile.am
+ echo "SUBDIRS=$dirlis" > "${S}/lib/Makefile.am"
+ echo "SUBDIRS= kformula" > "${S}/filters/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() {