diff options
Diffstat (limited to 'trinity-apps/kformula/kformula-14.0.12.ebuild')
-rw-r--r-- | trinity-apps/kformula/kformula-14.0.12.ebuild | 10 |
1 files changed, 5 insertions, 5 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() { |