blueness    14/12/28 18:45:18

  Modified:             locale-gen
  Log:
  extra/locale/locale-gen: source /lib/gentoo/functions.sh, bug #478764

Revision  Changes    Path
1.36                 src/patchsets/glibc/extra/locale/locale-gen

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/locale/locale-gen?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/locale/locale-gen?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/locale/locale-gen?r1=1.35&r2=1.36

Index: locale-gen
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/extra/locale/locale-gen,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- locale-gen  13 Jun 2014 22:07:18 -0000      1.35
+++ locale-gen  28 Dec 2014 18:45:18 -0000      1.36
@@ -14,8 +14,9 @@
        EPREFIX=""
 fi
 
-source "${EPREFIX}"/etc/init.d/functions.sh || {
-       echo "${argv0}: Could not source /etc/init.d/functions.sh!" 1>&2
+FUNCTIONS_SH="/lib/gentoo/functions.sh"
+source "${EPREFIX}"${FUNCTIONS_SH} || {
+       echo "${argv0}: Could not source ${FUNCTIONS_SH}!" 1>&2
        exit 1
 }
 
@@ -51,7 +52,7 @@
 }
 show_version() {
        local b="(" a=")"
-       local cvsver="$Revision: 1.35 $b $Date: 2014/06/13 22:07:18 $a"
+       local cvsver="$Revision: 1.36 $b $Date: 2014/12/28 18:45:18 $a"
        echo "locale-gen-${cvsver//: }"
        exit 0
 }




Reply via email to