diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-07 15:51:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-07 15:51:46 +0000 |
commit | 245a0c78f9deb073cbfb9093661d2c4fc337e720 (patch) | |
tree | 0f161248e80db6b7de4222ccd264f795a8312863 /x11-wm/fvwm | |
parent | Added a stratscript (diff) | |
download | historical-245a0c78f9deb073cbfb9093661d2c4fc337e720.tar.gz historical-245a0c78f9deb073cbfb9093661d2c4fc337e720.tar.bz2 historical-245a0c78f9deb073cbfb9093661d2c4fc337e720.zip |
Added a startscript
Diffstat (limited to 'x11-wm/fvwm')
-rwxr-xr-x | x11-wm/fvwm/files/fvwm | 3 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.3.28.ebuild | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/x11-wm/fvwm/files/fvwm b/x11-wm/fvwm/files/fvwm new file mode 100755 index 000000000000..251c4fa3c1f8 --- /dev/null +++ b/x11-wm/fvwm/files/fvwm @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/X11R6/bin/fvwm2 diff --git a/x11-wm/fvwm/fvwm-2.3.28.ebuild b/x11-wm/fvwm/fvwm-2.3.28.ebuild index 87e34915a464..89fb7e2bddaa 100644 --- a/x11-wm/fvwm/fvwm-2.3.28.ebuild +++ b/x11-wm/fvwm/fvwm-2.3.28.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 Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.3.28.ebuild,v 1.1 2001/03/02 03:32:14 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.3.28.ebuild,v 1.2 2001/05/07 15:45:41 achim Exp $ #P= A=${P}.tar.bz2 @@ -27,5 +27,9 @@ src_compile() { } src_install () { + try make DESTDIR=${D} install + exeinto /usr/X11R6/bin/wm + doexe ${FILESDIR}/fvwm + } |