diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-01-03 23:15:09 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-01-03 23:15:09 +0200 |
commit | eee827b16be8458ac50dabb9d96aecff513d0391 (patch) | |
tree | 662475a0df9f8f0dabfa94cb16d22da5ca54548d /abuild.in | |
parent | 612ef9d934debabfdb4579ee1b933346bb503667 (diff) | |
download | abuild-eee827b16be8458ac50dabb9d96aecff513d0391.tar.gz abuild-eee827b16be8458ac50dabb9d96aecff513d0391.tar.bz2 abuild-eee827b16be8458ac50dabb9d96aecff513d0391.tar.xz abuild-eee827b16be8458ac50dabb9d96aecff513d0391.zip |
abuild: use posix syntax for find
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1262,7 +1262,7 @@ default_dev() { usr/share/qt*/mkspecs \ usr/lib/qt*/mkspecs \ usr/lib/cmake \ - $(find -name include -type d) \ + $(find . -name include -type d) \ $(find lib/ usr/ -name '*.[acho]' \ -o -name '*.prl' 2>/dev/null); do if [ -e "$pkgdir/$i" ] || [ -L "$pkgdir/$i" ]; then |