diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:15 +0000 |
commit | 96137a6a556d1bc92464f1458a316ebf4a1f37e9 (patch) | |
tree | af2952fa30ea5674fc94b0d42d52dff2fb635a10 /app-admin/qtsvc | |
parent | added -lm (diff) | |
download | historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.tar.gz historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.tar.bz2 historical-96137a6a556d1bc92464f1458a316ebf4a1f37e9.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'app-admin/qtsvc')
-rw-r--r-- | app-admin/qtsvc/qtsvc-0.1-r1.ebuild (renamed from app-admin/qtsvc/qtsvc-0.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/qtsvc/qtsvc-0.1.ebuild b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild index e52d59aa225c..fd9d74da2f87 100644 --- a/app-admin/qtsvc/qtsvc-0.1.ebuild +++ b/app-admin/qtsvc/qtsvc-0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1.ebuild,v 1.1 2001/01/27 11:33:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/qtsvc/qtsvc-0.1-r1.ebuild,v 1.1 2001/10/06 15:30:15 danarmak Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -29,7 +29,7 @@ src_compile() { src_install () { - into /usr/X11R6 + into /usr dobin qtsvc/qtsvc dodoc README qtsvc/MANUAL qtsvc/LICENSE qtsvc/PROGRAMMING |