diff options
Diffstat (limited to 'trinity-apps/kformula')
-rw-r--r-- | trinity-apps/kformula/kformula-14.0.12.ebuild | 10 | ||||
-rw-r--r-- | trinity-apps/kformula/kformula-14.0.13.ebuild | 10 | ||||
-rw-r--r-- | trinity-apps/kformula/kformula-9999.ebuild | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/trinity-apps/kformula/kformula-14.0.12.ebuild b/trinity-apps/kformula/kformula-14.0.12.ebuild index 20879770..1527276d 100644 --- a/trinity-apps/kformula/kformula-14.0.12.ebuild +++ b/trinity-apps/kformula/kformula-14.0.12.ebuild @@ -54,13 +54,13 @@ src_prepare() { libname="" fi done - 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() { diff --git a/trinity-apps/kformula/kformula-14.0.13.ebuild b/trinity-apps/kformula/kformula-14.0.13.ebuild index ac4677cd..642a8891 100644 --- a/trinity-apps/kformula/kformula-14.0.13.ebuild +++ b/trinity-apps/kformula/kformula-14.0.13.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() { 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() { |