diff options
author | ormorph <[email protected]> | 2022-10-30 17:07:10 +0000 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-31 08:35:32 +0000 |
commit | d810c2294aa64baa38626682d18dbc6d9acce348 (patch) | |
tree | 051b3c9df5b4b5e13b3f7f58ed75034281c38a47 /trinity-apps/koshell | |
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 <[email protected]>
Diffstat (limited to 'trinity-apps/koshell')
-rw-r--r-- | trinity-apps/koshell/koshell-14.0.13.ebuild | 2 | ||||
-rw-r--r-- | trinity-apps/koshell/koshell-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/trinity-apps/koshell/koshell-14.0.13.ebuild b/trinity-apps/koshell/koshell-14.0.13.ebuild index 0dab3130..587013db 100644 --- a/trinity-apps/koshell/koshell-14.0.13.ebuild +++ b/trinity-apps/koshell/koshell-14.0.13.ebuild @@ -74,7 +74,7 @@ src_configure() { } src_install() { - trinity-meta-2_src_install + trinity-meta-2_src_install if use handbook ; then pushd "${S}/doc" || die emake install DESTDIR="${D}" diff --git a/trinity-apps/koshell/koshell-9999.ebuild b/trinity-apps/koshell/koshell-9999.ebuild index b8a9f258..7f843379 100644 --- a/trinity-apps/koshell/koshell-9999.ebuild +++ b/trinity-apps/koshell/koshell-9999.ebuild @@ -74,7 +74,7 @@ src_configure() { } src_install() { - trinity-meta-2_src_install + trinity-meta-2_src_install if use handbook ; then pushd "${S}/doc" || die emake install DESTDIR="${D}" |