mgorny 14/12/21 14:25:39 Modified: makeself-unpack Log: Use sys-apps/gentoo-functions, bug #504388. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 app-arch/makeself/files/makeself-unpack file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/files/makeself-unpack?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/files/makeself-unpack?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/files/makeself-unpack?r1=1.2&r2=1.3 Index: makeself-unpack =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/files/makeself-unpack,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- makeself-unpack 18 Feb 2014 06:18:50 -0000 1.2 +++ makeself-unpack 21 Dec 2014 14:25:39 -0000 1.3 @@ -1,7 +1,7 @@ #!/bin/bash # Glue to keep unpack_makeself() unchanged -source /etc/init.d/functions.sh +source /lib/gentoo/functions.sh find_unpackable_file() { echo "$@"; } debug-print() { :; } emktemp() { mktemp "$@"; }
