summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-01-03 23:15:09 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-01-03 23:15:09 +0200
commiteee827b16be8458ac50dabb9d96aecff513d0391 (patch)
tree662475a0df9f8f0dabfa94cb16d22da5ca54548d /abuild.in
parent612ef9d934debabfdb4579ee1b933346bb503667 (diff)
downloadabuild-eee827b16be8458ac50dabb9d96aecff513d0391.tar.bz2
abuild-eee827b16be8458ac50dabb9d96aecff513d0391.tar.xz
abuild: use posix syntax for find
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 9bb2297..fa3971a 100755
--- a/abuild.in
+++ b/abuild.in
@@ -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