mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- ./fixincludes/mkheaders.in.orig 2007-06-29 11:02:37.000000000 +0200
|
|
+++ ./fixincludes/mkheaders.in 2007-06-29 11:04:35.000000000 +0200
|
|
@@ -62,7 +62,8 @@
|
|
isysroot=$1
|
|
shift
|
|
else
|
|
- isysroot=
|
|
+ isysroot=${prefix%/usr}
|
|
+ isysroot=${isysroot%/ROCK/tools.cross/*}
|
|
fi
|
|
|
|
# Directory in which to put host dependent programs and libraries
|