From 20035196db57f90ad7e3af396c916e329f218a02 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sat, 9 May 2015 16:36:17 +0200 Subject: Update portdupe script to use newer command, thanks to dol-sen --- scripts/portdupe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/portdupe b/scripts/portdupe index fd03f8438..f7b682041 100755 --- a/scripts/portdupe +++ b/scripts/portdupe @@ -3,7 +3,7 @@ # Copyright 2006 David Shakaryan # Distributed under the terms of the GNU General Public License v2 -PORTDIR="$(portageq envvar PORTDIR)" +PORTDIR="$(portageq get_repo_path / gentoo)" # If an argument is present, use it as the overlay directory. if [ $1 ]; then -- cgit v1.2.3-65-gdbad