blob: 0bbcbb9ac037c62d1b605e031a12e1e5b640dda4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bin/deputy.orig Mon Mar 19 10:20:05 2007
+++ bin/deputy Mon Mar 19 10:20:26 2007
@@ -52,7 +52,7 @@
# Now force the libc patch.
if (! grep { $_ eq "--linux" } @ARGV) {
- push @ARGV, "--patch=$::deputyhome/include/libc_patch.i";
+ push @ARGV, "--patch=$::deputyhome/include/deputy/libc_patch.i";
}
Deputy->new(@ARGV)->doit();
|