commit:     b43c6010071aca1868bf9e561d364162a18dfbc9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 12:30:37 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 12:34:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43c6010

sys-apps/superiotool: Use new functions.sh path

Closes: https://bugs.gentoo.org/504430
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-apps/superiotool/files/make-tarball.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/superiotool/files/make-tarball.sh 
b/sys-apps/superiotool/files/make-tarball.sh
index 3711db140db..fa6254898d1 100755
--- a/sys-apps/superiotool/files/make-tarball.sh
+++ b/sys-apps/superiotool/files/make-tarball.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /etc/init.d/functions.sh
+. /lib/gentoo/functions.sh
 
 svnrev() { svn info "$1" | awk '$1 == "Revision:" { print $NF }'; }
 

Reply via email to