diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 15:30:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:36 +0200 |
commit | f1d0889058c112c5a594755be7f3482ced2da395 (patch) | |
tree | 0b995cccb8e57add808376fe237948d0ed217354 /solenv/bin/install-gdb-printers | |
parent | be59288ff46a7f3462f5d055f06edacc59340c36 (diff) |
put result of make test-install into top-level test-install dir
... and rename all DEVINSTALL variables to TESTINSTALL.
Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
Diffstat (limited to 'solenv/bin/install-gdb-printers')
-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 4c2aa393c78c..599c1b157f31 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="${DEVINSTALLDIR}/opt" +INSTALLDIR="${TESTINSTALLDIR}/opt" DYLIB=so if [ "$(uname)" = Darwin ]; then INSTALLDIR=$INSTALLDIR/LibreOffice.app/Contents |