diff options
author | ormorph <roma251078@mail.ru> | 2022-10-31 17:31:47 +0000 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-31 17:36:34 +0000 |
commit | 87e12510e384f56d90499f6f110814c30afe2fac (patch) | |
tree | c39082a48fcef2ed3bd938dfe74f7ee77bf7fc01 /trinity-apps/kexi/kexi-14.0.12.ebuild | |
parent | 34d0378bc17e913b037ce9edccf0b6c7250ed840 (diff) | |
download | tde-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/kexi/kexi-14.0.12.ebuild')
-rw-r--r-- | trinity-apps/kexi/kexi-14.0.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/trinity-apps/kexi/kexi-14.0.12.ebuild b/trinity-apps/kexi/kexi-14.0.12.ebuild index 977b5179..7673bec9 100644 --- a/trinity-apps/kexi/kexi-14.0.12.ebuild +++ b/trinity-apps/kexi/kexi-14.0.12.ebuild @@ -68,7 +68,7 @@ src_prepare() { 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);|" @@ -84,9 +84,9 @@ src_prepare() { 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() { |