diff options
Diffstat (limited to 'trinity-apps/kword/kword-14.0.13.ebuild')
-rw-r--r-- | trinity-apps/kword/kword-14.0.13.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/trinity-apps/kword/kword-14.0.13.ebuild b/trinity-apps/kword/kword-14.0.13.ebuild index 2828000d..9bb28dfb 100644 --- a/trinity-apps/kword/kword-14.0.13.ebuild +++ b/trinity-apps/kword/kword-14.0.13.ebuild @@ -68,8 +68,8 @@ src_prepare() { echo -e "KDE_LANG = en\nSUBDIRS = ${PN}" >"${S}/doc/Makefile.am" || die fi - echo "SUBDIRS=$dirlist" > ${S}/lib/Makefile.am - echo "SUBDIRS = liboofilter kword" > ${S}/filters/Makefile.am + echo "SUBDIRS=$dirlist" > "${S}/lib/Makefile.am" + echo "SUBDIRS = liboofilter kword" > "${S}/filters/Makefile.am" for i in $(find "${S}"/lib -iname "*\.ui"); do uic-tqt ${i} > ${i%.ui}.h @@ -77,9 +77,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() { |