diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-05-25 17:47:37 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-05-25 17:47:37 +0000 |
commit | cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce (patch) | |
tree | 62f3000d9b035774c0a2e078f634be7a5aac78f9 /perl-install | |
parent | 6c6c8d6173f81cb372f6f3c6dcc928e5351e8818 (diff) | |
download | drakx-cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce.tar drakx-cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce.tar.gz drakx-cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce.tar.bz2 drakx-cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce.tar.xz drakx-cbcbc7ce4ce46ca523dd50da5da08a2cf3a06bce.zip |
Seethechangelog
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 8c9e4f1ef..912869938 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -2,7 +2,7 @@ use lib qw(/usr/lib/libDrakX); -use common qw(:system :file :functional); +use common qw(:common :system :file :functional); use interactive; use any; use lilo; |