diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-23 16:01:04 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-05-23 16:01:04 +0200 |
commit | 0993f5d41ba8360787b8c48ff7502bc82fb6cf7f (patch) | |
tree | a8507fc2d1b8cabf2a8bf2d019ccfe797fd3603a /smoketestoo_native | |
parent | b233d96ce731b8d98244c989a9656682b4aab09e (diff) |
use links in smoketest install too
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 31d67d77ad21..799fe9c221ca 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -58,6 +58,6 @@ CPPTEST_LIBRARY = $(SHL1TARGETN) localinstall : $(RM) -r $(installationtest_instpath) $(MKDIRHIER) $(installationtest_instpath) - ooinstall $(installationtest_instpath)/opt + ooinstall -l $(installationtest_instpath)/opt cpptest : localinstall .END |