diff options
Diffstat (limited to 'tests/install/simple')
-rw-r--r-- | tests/install/simple/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile index 5fc53d4..d37f63f 100644 --- a/tests/install/simple/buildfile +++ b/tests/install/simple/buildfile @@ -1,4 +1,4 @@ using cxx exe{driver}: cxx{driver} hxx{utility} doc{README} -exe{driver}: install = sbin +exe{driver}: install = sbin/ |