summaryrefslogtreecommitdiff
blob: e1471fe36ad9af5e0547ad9de4d0aba1f01fc232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Martin Schlemmer <azarah@gentoo.org>

DESCRIPTION="Exports GNUSTEP_LOCAL_ROOT"


src_install() {
	
	# Does anyone use GNUstep ?  Hopefully this will be fixed when
	# someone package GNUstep, otherwise should work just fine.
	insinto /etc/env.d
	doins ${FILESDIR}/10gnustep
}