diff options
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() { |