Single pages within multilangual site

Permalink
Hi,

I've a development site which I used for some multilingual tests. For now I've only have one language left. So the home page is /en-home.

When I use a package to install some single pages (eg "/bla" and "/bla-foo") they are going to be installed as "/en-home/bla" and "en-home/bla/foo".

When updating the package, it will look for the singe pages with a path like "/bla/... but are not found, due to the multilungual setup.

What is the correct way to handle single-pages (installed from a package) in a multilingual setup?

SnefIT