diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-04 07:50:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-04 07:50:49 +0000 |
commit | 7dc1168333e484fcd69d291cd72e38031c0e068c (patch) | |
tree | f6b199633d97f071b0d4fbea661152f1d0bdc68c /mdkonline | |
parent | b00698d9439c3985b84fad6d3e6fa9b00bcfcef8 (diff) | |
download | mgaonline-7dc1168333e484fcd69d291cd72e38031c0e068c.tar mgaonline-7dc1168333e484fcd69d291cd72e38031c0e068c.tar.gz mgaonline-7dc1168333e484fcd69d291cd72e38031c0e068c.tar.bz2 mgaonline-7dc1168333e484fcd69d291cd72e38031c0e068c.tar.xz mgaonline-7dc1168333e484fcd69d291cd72e38031c0e068c.zip |
use standalone so that --testing is managed
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,8 +23,9 @@ use strict; use lib qw(/usr/lib/libDrakX); -use interactive; use common; +use standalone; +use interactive; BEGIN { unshift @::textdomains, 'mdkonline', 'drakfw' } use Config; |