summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gurpmi b/gurpmi
index 7c79f87e..a7929588 100755
--- a/gurpmi
+++ b/gurpmi
@@ -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 utf8 'valid';
use Encode '_utf8_on';
use Gtk3;