diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-18 08:41:21 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-18 11:04:29 +0200 |
commit | a7d38f57cc0bc8d8b941f17e1fd5b8f9eb3a87c9 (patch) | |
tree | 613aa00a7cdce335dc79b3796210173fc139e3d0 /set_soenv.in | |
parent | 0a9486e8f381112cb4f74eb4c55aad11fdf8cfaf (diff) |
Revert "Remove once again the INSTALLDIR feature"
This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991.
Those variables are used in bin/distro-install-*.
Unable to find any issue with both distro-install and dev-install so
reverting.
If something really does break it needs fixing. Reverting this is not
an option.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in index 24088ddf46b0..aad44a076607 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1473,7 +1473,9 @@ ToFile( "VALGRIND_CFLAGS", "@VALGRIND_CFLAGS@","e" ); ToFile( "WITH_COMPAT_OOWRAPPERS", "@WITH_COMPAT_OOWRAPPERS@", "e" ); ToFile( "UNIXWRAPPERNAME", "@UNIXWRAPPERNAME@","e" ); ToFile( "PRODUCTNAME", "@PRODUCTNAME@", "e" ); +ToFile( "INSTALLDIRNAME", "@INSTALLDIRNAME@", "e" ); ToFile( "PREFIXDIR", "@PREFIXDIR@", "e" ); +ToFile( "INSTALLDIR", "@INSTALLDIR@", "e" ); ToFile( "LIBDIR", "@LIBDIR@", "e" ); ToFile( "DATADIR", "@DATADIR@", "e" ); ToFile( "MANDIR", "@MANDIR@", "e" ); |