summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi24
1 files changed, 4 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index 7f346a39..2fb44633 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -10,6 +10,10 @@ BEGIN { #- set up a safe path and environment
delete @ENV{qw(ENV BASH_ENV IFS CDPATH)};
}
+eval {
+ use lib qw(/usr/lib/libDrakX);
+ use standalone; # for reporting crashes in our bugzilla
+};
use gurpmi;
use gurpm::RPMProgressDialog;
use urpm::install;