repo.or.cz
/
t2-trunk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dash:
[t2-trunk.git]
/
package
/
filesystem
/
e2fsimage
/
lib-dir.patch
blob
b5bfb27963ffeb863efb29bff3d8963ae64ba9c1
1
--- e2fsimage-0.2.2/configure.vanilla 2009-02-13 12:58:06.000000000 +0100
2
+++ e2fsimage-0.2.2/configure 2009-02-13 12:58:13.000000000 +0100
3
@@ -18,7 +18,7 @@
4
for dir in $@; do
5
DIRS="$DIRS `cd $dir; pwd`"
6
done
7
-DIRS="$DIRS /usr /usr/local"
8
+DIRS="$DIRS / /usr /usr/local"
9
echo $DIRS
10
11
CF=""