summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-01-24 11:13:04 +0000
committerNoel Power <noel.power@novell.com>2012-01-24 11:13:04 +0000
commite8681bede97a64d03eaa01556d19f5822f898c26 (patch)
treee4f843e63d7c270d30e1a5a130b4334cbf4c6edc /solenv
parentfix ( hopefully ) viewing artifacts in input line fdo#44391 (diff)
downloadcore-e8681bede97a64d03eaa01556d19f5822f898c26.tar.gz
core-e8681bede97a64d03eaa01556d19f5822f898c26.zip
Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"
This reverts commit 1f0ba007489e77e4145fc840cc3a878772494fd7.
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 3b60909d5c50..794e81b930df 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||;
}
}
}