diff options
Diffstat (limited to 'net-ftp/foff/foff-0.99.5.ebuild')
-rw-r--r-- | net-ftp/foff/foff-0.99.5.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-ftp/foff/foff-0.99.5.ebuild b/net-ftp/foff/foff-0.99.5.ebuild index d9b19cf16..67f3e5a44 100644 --- a/net-ftp/foff/foff-0.99.5.ebuild +++ b/net-ftp/foff/foff-0.99.5.ebuild @@ -20,7 +20,6 @@ RDEPEND="${DEPEND}" src_install() { # Copying.txt is needed by the about window - dodir "/usr/$(get_libdir)/${PN}" insinto "/usr/$(get_libdir)/${PN}" doins *.py foff_logo00.png *.glade *.gladep Copying.txt @@ -29,7 +28,6 @@ src_install() { /usr/bin/python ${PN}.py" >> foff dobin foff - dodoc Readme.txt ChangeLog.txt } |