diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 02:05:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-30 02:05:41 +0000 |
commit | 98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2 (patch) | |
tree | 1a1fa3e0e53b9801b0c977894da4dff6ca0fbc7e | |
parent | 2765ee43e8240a460479770586c1c643cccfc1ce (diff) | |
download | mgaonline-98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2.tar mgaonline-98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2.tar.gz mgaonline-98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2.tar.bz2 mgaonline-98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2.tar.xz mgaonline-98cc1a2fe0fe15b49224aa60801c7d49ef8f9ea2.zip |
the auto mode needs access some icons thus tell him where to find them
-rwxr-xr-x | mdkupdate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ use Getopt::Long; # for debug use Data::Dumper; +$ENV{SHARE_PATH} = '/usr/lib/libDrakX/icons/'; BEGIN { unshift @::textdomains, 'mdkupdate' } |