summaryrefslogtreecommitdiff
blob: b34fbfc56dd441f9092519b2db8c8043806906dd (plain)
1
2
3
4
5
6
7
8
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

eblit-autoconf-src_prepare() {
	find -name Makefile.in -exec sed -i '/^pkgdatadir/s:$:-@VERSION@:' {} +

	[[ ${#PATCHES[@]} -gt 0 ]] && epatch "${PATCHES[@]}"
}