powertop/powertop-no-date.patch

18 lines
510 B
Diff
Raw Normal View History

---
src/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: powertop-2.0/src/main.cpp
===================================================================
--- powertop-2.0.orig/src/main.cpp
+++ powertop-2.0/src/main.cpp
@@ -80,7 +80,7 @@ static const struct option long_options[
static void print_version()
{
- printf(_("Powertop version" POWERTOP_VERSION ", compiled on "__DATE__ "\n"));
+ printf(_("Powertop version" POWERTOP_VERSION "\n"));
}
static bool set_refresh_timeout()