summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/uptime_w_path_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/uptime_w_path_fix.patch b/debian/patches/uptime_w_path_fix.patch
index 3d5f1c39..a2e595ef 100644
--- a/debian/patches/uptime_w_path_fix.patch
+++ b/debian/patches/uptime_w_path_fix.patch
@@ -1,4 +1,4 @@
-Debian has a real /usr
+Debian has a real /usr and uses w-hurd file name
---
utils/uptime.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -10,7 +10,7 @@ Debian has a real /usr
DOC="Show system uptime, number of users, and load"
-W=${W-/bin/w}
-+W=${W-/usr/bin/w}
++W=${W-/usr/bin/w-hurd}
while :; do
case "$1" in