summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-11 19:56:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-11 19:56:18 +0000
commit0f3bbc338b2d5c32d7af92a06abf90a8563b61af (patch)
tree8707f40d74b00211648541929379145b633a3840 /sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild
parentupdate /usr/src/sys symlink after recent changes to -sources (diff)
downloadgentoo-2-0f3bbc338b2d5c32d7af92a06abf90a8563b61af.tar.gz
gentoo-2-0f3bbc338b2d5c32d7af92a06abf90a8563b61af.tar.bz2
gentoo-2-0f3bbc338b2d5c32d7af92a06abf90a8563b61af.zip
update /usr/src/sys symlink after recent changes to -sources
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild')
-rw-r--r--sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild
index c6ad52473e10..09b859e4014c 100644
--- a/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild
+++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild,v 1.1 2013/08/09 21:26:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-9.2_rc1.ebuild,v 1.2 2013/08/11 19:56:18 aballier Exp $
EAPI=5
@@ -102,7 +102,7 @@ pkg_preinst() {
}
src_prepare() {
- use build || ln -s "/usr/src/sys-${RV}" "${WORKDIR}/sys"
+ use build || ln -s "/usr/src/sys" "${WORKDIR}/sys"
# Rename manpage for renamed cmp
mv "${S}"/cmp/cmp.1 "${S}"/cmp/bsdcmp.1 || die