www-client/httrack: Prune all .la files
authorSebastian Pipping <sping@gentoo.org>
Sun, 20 Aug 2017 21:38:01 +0000 (23:38 +0200)
committerSebastian Pipping <sping@gentoo.org>
Sun, 20 Aug 2017 21:38:20 +0000 (23:38 +0200)
Forgot to pass --all to prune_libtool_files...

Package-Manager: Portage-2.3.6, Repoman-2.3.3

www-client/httrack/httrack-3.49.2-r1.ebuild [moved from www-client/httrack/httrack-3.49.2.ebuild with 97% similarity]

similarity index 97%
rename from www-client/httrack/httrack-3.49.2.ebuild
rename to www-client/httrack/httrack-3.49.2-r1.ebuild
index a94e31511bad4391ae96b112159cb887b9618962..c3d92855583d1dfa0a34c4ac2b3690b2091f2e8e 100644 (file)
@@ -46,5 +46,5 @@ src_install() {
                dosym ../../${PF}/html /usr/share/${PN}/html
        fi
 
-       prune_libtool_files
+       prune_libtool_files --all
 }