fix QA issue with ROOT usage (bug #167271)
authorSaleem Abdulrasool <compnerd@gentoo.org>
Fri, 16 Feb 2007 21:39:34 +0000 (21:39 +0000)
committerSaleem Abdulrasool <compnerd@gentoo.org>
Fri, 16 Feb 2007 21:39:34 +0000 (21:39 +0000)
Package-Manager: portage-2.1.2-r9

dev-cpp/libglademm/ChangeLog
dev-cpp/libglademm/libglademm-2.6.3.ebuild

index abf047fc28ad5afae3f11c22327207a14e9a7e4b..f4d5bc3a4eb54354241d68de2e716f51ada20710 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libglademm
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/ChangeLog,v 1.52 2007/02/16 08:03:37 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/ChangeLog,v 1.53 2007/02/16 21:39:34 compnerd Exp $
+
+  16 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+  libglademm-2.6.3.ebuild:
+  Fix QA issue with ROOT usage (bug #167271)
 
   16 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org>
   -libglademm-2.4.0.ebuild, -libglademm-2.6.0.ebuild,
index 209ab1e7184753dba883fc2672e0beb804b30783..e47534d4357956afa2e0d0fcdddf18d74540ae13 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.3.ebuild,v 1.1 2006/09/11 20:03:16 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.3.ebuild,v 1.2 2007/02/16 21:39:34 compnerd Exp $
 
 inherit gnome2
 
@@ -38,7 +38,7 @@ src_compile() {
        gnome2_src_compile
 
        if use doc; then
-               cd "${ROOT}"/"${S}"/docs/reference
+               cd "${S}/docs/reference"
                make all
        fi
 }