Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504128 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- perl-cleaner-2.12/perl-cleaner
0
++ perl-cleaner-2.12/perl-cleaner
Lines 29-36 Link Here
29
29
30
PKG_DBDIR=/var/db/pkg
30
PKG_DBDIR=/var/db/pkg
31
31
32
. /etc/init.d/functions.sh || {
32
functions_script="/lib/gentoo/functions.sh"
33
    echo "$0: Could not source /etc/init.d/functions.sh!"
33
. ${functions_script} || {
34
    echo "$0: Could not source ${functions_script}!"
34
    exit 1
35
    exit 1
35
}
36
}
36
37

Return to bug 504128