diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-23 10:51:14 +0200 |
commit | 7124e550760eaaffaded5fa87c6104838499fea4 (patch) | |
tree | 000bff8348f28750fd30a1c85c485ba5f8c5cd36 /tests/pkg/1 | |
parent | 51ce9885c4987b7cf12d948daa1db2b50339df79 (diff) |
Update install.* variables in buildfiles
Diffstat (limited to 'tests/pkg/1')
-rw-r--r-- | tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile b/tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile index 40b3222..ddd20d5 100644 --- a/tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile +++ b/tests/pkg/1/build2.org/common/libhello-1.0.0+1/hello/buildfile @@ -11,4 +11,4 @@ objs{*}: cxx.poptions += -DLIBHELLO_SHARED_BUILD # Install into the hello/ subdirectory of, say, /usr/include/. # -install.include = $install.include/hello +install.include = $install.include/hello/ |