summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:40:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:44:49 +0900
commitb8c7f2041266bcf081e7600f8c323ef3fca579ba (patch)
treeed77ff4b41520a6423af0fd7b0e177a71ce0e137 /ubuntu/_base
parentcdd26e6d10ac5d0c14d2b46075a797c5998d5209 (diff)
downloadtde-packaging-master.tar.gz
tde-packaging-master.zip
DEB tdeutils: update patch to avoid hunk offset warningHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base')
-rw-r--r--ubuntu/_base/core/tdeutils/debian/patches/01-klaptopdaemon-setuphandler.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/core/tdeutils/debian/patches/01-klaptopdaemon-setuphandler.diff b/ubuntu/_base/core/tdeutils/debian/patches/01-klaptopdaemon-setuphandler.diff
index 3837407f6..625fa8e32 100644
--- a/ubuntu/_base/core/tdeutils/debian/patches/01-klaptopdaemon-setuphandler.diff
+++ b/ubuntu/_base/core/tdeutils/debian/patches/01-klaptopdaemon-setuphandler.diff
@@ -2,7 +2,7 @@ diff --git a/klaptopdaemon/acpi.cpp b/klaptopdaemon/acpi.cpp
index 4dfb247..cd8f4b0 100644
--- a/klaptopdaemon/acpi.cpp
+++ b/klaptopdaemon/acpi.cpp
-@@ -178,7 +178,7 @@ void AcpiConfig::setupHelper()
+@@ -189,7 +189,7 @@ void AcpiConfig::setupHelper()
proc << tdesu;
proc << "-u";
proc << "root";
@@ -24,7 +24,7 @@ index 9de0c85..e348943 100644
proc.start(TDEProcess::Block); // run it sync so has_apm below sees the results
}
} else {
-@@ -200,7 +200,7 @@ void ApmConfig::setupHelper2() // we use the acpi helper to do software suspend
+@@ -211,7 +211,7 @@ void ApmConfig::setupHelper2() // we use the acpi helper to do software suspend
proc << tdesu;
proc << "-u";
proc << "root";