summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-01-24 10:40:21 +0000
committerNoel Power <noel.power@novell.com>2012-01-24 10:41:29 +0000
commit1f0ba007489e77e4145fc840cc3a878772494fd7 (patch)
tree6863c8c5466cb3529025d0cb9e21ba650955c529 /solenv
parentTrivial description fix of previous fix (extension -> driver). (diff)
downloadcore-1f0ba007489e77e4145fc840cc3a878772494fd7.tar.gz
core-1f0ba007489e77e4145fc840cc3a878772494fd7.zip
fix ( hopefully ) viewing artifacts in input line fdo#44391
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/ooinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 794e81b930df..3b60909d5c50 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -50,7 +50,7 @@ for $arg (@ARGV) {
$path = Cwd::realpath( $ENV{DESTDIR} . $arg );
if (!$do_link) {
my $destdir = Cwd::realpath( $ENV{DESTDIR} );
- $path =~ s|$destdir||;
+# $path =~ s|$destdir||;
}
}
}