diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 16:15:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 16:15:34 +0200 |
commit | ea63ed9bc4b8912bb08661e5bce309b528060a37 (patch) | |
tree | 366950d837922045fdae65ef1d418b9dc6f4a67f /package | |
parent | fb0cea762bb21c9d5253da5e3d33e474ae93ed58 (diff) | |
parent | ac9121f91dc94bbe7949f46abb541960c4d84054 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/patches/012-find-posix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/patches/012-find-posix.patch b/package/busybox/patches/012-find-posix.patch new file mode 100644 index 000000000..70484fbe4 --- /dev/null +++ b/package/busybox/patches/012-find-posix.patch @@ -0,0 +1,12 @@ +diff -Nur busybox-1.20.2.orig/scripts/gen_build_files.sh busybox-1.20.2/scripts/gen_build_files.sh +--- busybox-1.20.2.orig/scripts/gen_build_files.sh 2012-06-26 13:35:45.000000000 +0000 ++++ busybox-1.20.2/scripts/gen_build_files.sh 2013-04-29 12:18:26.089999426 +0000 +@@ -61,7 +61,7 @@ + + # (Re)generate */Kbuild and */Config.in + # We skip .dotdirs - makes git/svn/etc users happier +-{ cd -- "$srctree" && find . -type d -not '(' -name '.?*' -prune ')'; } \ ++{ cd -- "$srctree" && find . -type d ! '(' -name '.?*' -prune ')'; } \ + | while read -r d; do + d="${d#./}" + |