From f6e02746d78b7cfca77bab1c3832527a5c09e77d Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 4 Aug 2006 11:17:29 +0000 Subject: [PATCH] fake: workbone: fix ustat patch, use bindir instead of /usr/bin hardcode [2006072817564812575] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7812 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/workbone/qd-fixes.patch | 5 +++-- package/base/workbone/workbone.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/base/workbone/qd-fixes.patch b/package/base/workbone/qd-fixes.patch index 7da5da433..88e9a9bdb 100644 --- a/package/base/workbone/qd-fixes.patch +++ b/package/base/workbone/qd-fixes.patch @@ -19,11 +19,12 @@ --- ./hardware.c +++ ./hardware.c Mon Oct 18 16:16:27 1999 -@@ -14,6 +14,7 @@ +@@ -14,6 +14,8 @@ #include #include #include -+#include ++#include ++#include #include #include #include diff --git a/package/base/workbone/workbone.conf b/package/base/workbone/workbone.conf index 6fa32c3f3..65e76a9c3 100644 --- a/package/base/workbone/workbone.conf +++ b/package/base/workbone/workbone.conf @@ -20,4 +20,4 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- -MAKE="$MAKE bindir=/usr/bin" +MAKE="$MAKE bindir=$bindir"