diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-04 11:56:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-04 11:56:34 +0000 |
commit | 7c22f698cefe68eabd0b46b3cbe127d963e015b2 (patch) | |
tree | fe4ff8cca29e1808076f3abf632d85f030cccd2c /dev-util | |
parent | Cleanup (diff) | |
download | gentoo-2-7c22f698cefe68eabd0b46b3cbe127d963e015b2.tar.gz gentoo-2-7c22f698cefe68eabd0b46b3cbe127d963e015b2.tar.bz2 gentoo-2-7c22f698cefe68eabd0b46b3cbe127d963e015b2.zip |
Backport updates from trunk.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch b/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch index 8ea6a741fca0..5f0c870d4ca6 100644 --- a/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch +++ b/dev-util/subversion/files/subversion-1.6.2-local_library_preloading.patch @@ -97,7 +97,7 @@ + eval "$executable=\$executable_dependencies" +done + -+test_paths="$(find subversion/tests -name '*-test' ! -path '*/.libs/*' | sort)" ++test_paths="$(find subversion/tests -mindepth 2 -maxdepth 2 -name '*-test' ! -path '*/.libs/*' | sort)" +for test in $test_paths; do + test_path="$test" + # Dependencies of tests are based on names of directories containing tests @@ -118,7 +118,7 @@ +# Usage: sed_append LINE_NUMBER TEXT FILE +sed_append() +{ -+ sed -e "$1a\ ++ sed -e "$1a\\ +$2" "$3" > "$3.new" + mv -f "$3.new" "$3" +} |