diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:39:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:39:15 +0000 |
commit | 1cb7626176283119e4e09800f89b7d52c25f8ba0 (patch) | |
tree | 067f5cd11d8dc7f6ff08571c6af4b9b9dcc84701 /app-emulation/point2play/point2play-2.0.3.ebuild | |
parent | force people to set their CHOST to the endian specific value (diff) | |
download | historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.tar.gz historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.tar.bz2 historical-1cb7626176283119e4e09800f89b7d52c25f8ba0.zip |
remove old dirs #106509 by Paul Bredbury
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'app-emulation/point2play/point2play-2.0.3.ebuild')
-rw-r--r-- | app-emulation/point2play/point2play-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/point2play/point2play-2.0.3.ebuild b/app-emulation/point2play/point2play-2.0.3.ebuild index 24703c9804c4..d0959a1b4bfb 100644 --- a/app-emulation/point2play/point2play-2.0.3.ebuild +++ b/app-emulation/point2play/point2play-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.3.ebuild,v 1.1 2005/08/12 23:00:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-2.0.3.ebuild,v 1.2 2005/09/20 01:39:15 vapier Exp $ inherit eutils @@ -43,5 +43,5 @@ src_unpack() { src_install() { mv usr "${D}"/ || die "mv usr" # remove duplicated desktop files - rm -r "${D}"/usr/share/gnome + rm -r "${D}"/usr/share/{gnome,appplications,applnk} } |