summaryrefslogtreecommitdiffstats
path: root/main/abuild/0001-abuild-use-posix-syntax-for-find.patch
blob: b0fbe5631013e27c36875223dc7310fd16a14d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From eee827b16be8458ac50dabb9d96aecff513d0391 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
Date: Fri, 3 Jan 2014 23:15:09 +0200
Subject: [PATCH] abuild: use posix syntax for find

---
 abuild.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.5.2