From 94cf1316f00522ab9ae056c1ce9890d0efee6ebe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Aug 2016 17:33:34 +0200 Subject: Add pkgbuild/ to bootstrap scripts --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 9493bea..1f89810 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -124,6 +124,7 @@ src="$src build2/cxx/*.cxx" src="$src build2/cli/*.cxx" src="$src build2/test/*.cxx" src="$src build2/install/*.cxx" +src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/butl/*.cxx" set -x -- cgit v1.1