mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-power/powertop: Fix version string
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -106,8 +106,8 @@ src_prepare() {
|
||||
# Bug 599114
|
||||
sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' configure.ac || die
|
||||
|
||||
chmod +x scripts/version || die "Failed to make 'scripts/version' executable"
|
||||
scripts/version || die "Failed to extract version information"
|
||||
echo "\"${PV}\"" > version-short
|
||||
echo "${PV}" > version-long
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user