diff options
Diffstat (limited to 'paludis/repositories/e/e_repository_TEST_pbin_setup.sh')
-rwxr-xr-x | paludis/repositories/e/e_repository_TEST_pbin_setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/paludis/repositories/e/e_repository_TEST_pbin_setup.sh b/paludis/repositories/e/e_repository_TEST_pbin_setup.sh index 2e44b1281..0e147d48d 100755 --- a/paludis/repositories/e/e_repository_TEST_pbin_setup.sh +++ b/paludis/repositories/e/e_repository_TEST_pbin_setup.sh @@ -52,7 +52,7 @@ src_unpack() { } src_install() { - insinto / + insinto /usr/share doins installed-${e} } END @@ -122,7 +122,7 @@ src_unpack() { } src_install() { - insinto / + insinto /usr/share doins installed-${e} } END @@ -144,10 +144,10 @@ src_unpack() { } src_install() { - insinto / - dosym symlinks-b symlinks-a + insinto /usr/share + dosym symlinks-b /usr/share/symlinks-a doins symlinks-b - dosym /symlinks-b symlinks-c + dosym /usr/share/symlinks-b /usr/share/symlinks-c find \${IMAGE} | xargs ls -ld } END |