summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 2fb44633..0dcdc402 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -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 gurpmi;
use gurpm::RPMProgressDialog;