diff options
author | ormorph <roma251078@mail.ru> | 2022-10-30 17:07:10 +0000 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-31 08:35:32 +0000 |
commit | d810c2294aa64baa38626682d18dbc6d9acce348 (patch) | |
tree | 051b3c9df5b4b5e13b3f7f58ed75034281c38a47 /trinity-apps/kexi/kexi-14.0.13.ebuild | |
parent | bec0b51e483566799b64530571e1ff6b633feaeb (diff) | |
download | tde-packaging-gentoo-d810c2294aa64baa38626682d18dbc6d9acce348.tar.gz tde-packaging-gentoo-d810c2294aa64baa38626682d18dbc6d9acce348.zip |
Replacing spaces with tabs in ebuilds
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kexi/kexi-14.0.13.ebuild')
-rw-r--r-- | trinity-apps/kexi/kexi-14.0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-apps/kexi/kexi-14.0.13.ebuild b/trinity-apps/kexi/kexi-14.0.13.ebuild index 28982ada..408e3712 100644 --- a/trinity-apps/kexi/kexi-14.0.13.ebuild +++ b/trinity-apps/kexi/kexi-14.0.13.ebuild @@ -76,7 +76,7 @@ src_prepare() { echo "SUBDIRS=$dirlist kross" > ${S}/lib/Makefile.am sed -i "${S}/kexi/migration/keximigratetest.cpp" \ - -e "/TDEApplication/ s|\");|\", true, true, true);|" + -e "/TDEApplication/ s|\");|\", true, true, true);|" if use mariadb ; then sed -i 's/-lmysqlclient/-lmariadb/' "${S}/kexi/migration/mysql/Makefile.am" || die |