diff options
author | Stephen Shkardoon <ss23@ss23.geek.nz> | 2018-01-11 03:11:53 +1300 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-11 16:33:39 +1100 |
commit | d2881f205101092735575c8c991664384f6ba944 (patch) | |
tree | 06c74c395894c407cd1fec79a42e82476de3be7e /www-apps | |
parent | dev-python/cherrypy: add pytest-cov dep (bug 644152) (diff) | |
download | gentoo-d2881f205101092735575c8c991664384f6ba944.tar.gz gentoo-d2881f205101092735575c8c991664384f6ba944.tar.bz2 gentoo-d2881f205101092735575c8c991664384f6ba944.zip |
www-apps/rutorrent: Remove broken .htaccess file on install of 3.8
This removes the broken .htaccess that is part of the release archive.
Removing this file matches the previous behaviour of the rutorrent
ebuild (when the release contained no .htaccess file there).
Closes: https://github.com/gentoo/gentoo/pull/6818
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.8-r1.ebuild (renamed from www-apps/rutorrent/rutorrent-3.8.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/rutorrent/rutorrent-3.8.ebuild b/www-apps/rutorrent/rutorrent-3.8-r1.ebuild index 06d1d6b36e7f..a45b892d7649 100644 --- a/www-apps/rutorrent/rutorrent-3.8.ebuild +++ b/www-apps/rutorrent/rutorrent-3.8-r1.ebuild @@ -29,6 +29,8 @@ pkg_setup() { src_prepare() { default find -name '\.gitignore' -type f -exec rm -rf {} \; + # The 3.8 release of ruTorrent includes an .htaccess file that defines a .htpasswd that doesn't exist + rm '.htaccess' } src_install() { |