summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi b/gurpmi
index 2fae94e2..db3c4008 100755
--- a/gurpmi
+++ b/gurpmi
@@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment
eval {
use lib qw(/usr/lib/libDrakX);
- use standalone; # for reporting crashes in our bugzilla
+ use drakbug; # for reporting crashes in our bugzilla
};
use utf8 'valid';
use Encode '_utf8_on';