diff options
author | Sebastian Pipping <sping@gentoo.org> | 2017-08-20 23:38:01 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2017-08-20 23:38:20 +0200 |
commit | 60170306efcc9b75888fa02a91c2591f6960799e (patch) | |
tree | 3d734de2c42ba283551dca9bcc5086f1b95a92e8 /www-client | |
parent | www-client/httrack: 3.49.2 (diff) | |
download | gentoo-60170306efcc9b75888fa02a91c2591f6960799e.tar.gz gentoo-60170306efcc9b75888fa02a91c2591f6960799e.tar.bz2 gentoo-60170306efcc9b75888fa02a91c2591f6960799e.zip |
www-client/httrack: Prune all .la files
Forgot to pass --all to prune_libtool_files...
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/httrack/httrack-3.49.2-r1.ebuild (renamed from www-client/httrack/httrack-3.49.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/httrack/httrack-3.49.2.ebuild b/www-client/httrack/httrack-3.49.2-r1.ebuild index a94e31511bad..c3d92855583d 100644 --- a/www-client/httrack/httrack-3.49.2.ebuild +++ b/www-client/httrack/httrack-3.49.2-r1.ebuild @@ -46,5 +46,5 @@ src_install() { dosym ../../${PF}/html /usr/share/${PN}/html fi - prune_libtool_files + prune_libtool_files --all } |