diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 17:39:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:36 +0200 |
commit | b81f49ce0f3ebf8ff7ed583ba99f31f7c1d49b95 (patch) | |
tree | ea94464f3a1e2d21926e86f045b28cb7ad9b2994 /solenv | |
parent | f1d0889058c112c5a594755be7f3482ced2da395 (diff) |
test-install: get rid of opt/
Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/install-gdb-printers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers index 599c1b157f31..af7639084ed2 100755 --- a/solenv/bin/install-gdb-printers +++ b/solenv/bin/install-gdb-printers @@ -9,7 +9,7 @@ GDBDIR="${SOLARENV}/gdb" SOLVERLIBDIR="${SOLARVER}/${INPATH}/lib" -INSTALLDIR="${TESTINSTALLDIR}/opt" +INSTALLDIR="${TESTINSTALLDIR}" DYLIB=so if [ "$(uname)" = Darwin ]; then INSTALLDIR=$INSTALLDIR/LibreOffice.app/Contents |