Commit 33287497 authored by Pekka Pessi's avatar Pekka Pessi
Browse files

Oops. Not trying to add +x to symlinks.

darcs-hash:20051017125351-65a35-f31d0ad786a2ea38c5b85ef341e7ff245423e0c9.gz
Showing with 1 addition and 1 deletion
......@@ -8,5 +8,5 @@ libtoolize --force &&
automake --add-missing --copy --include-deps --foreign &&
autoconf
find . -name 'run*' -o -name '*.sh' | xargs chmod +x
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x
chmod +x scripts/*
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment