diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-02 18:48:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-02 18:48:21 +0000 |
commit | d3efecf7587b35096d10b56c764bee2ae4ec46c5 (patch) | |
tree | 29e300ae9ac57f4b6e7827607770cc0382bb3aa8 /lib | |
parent | 509a97594294cd3b20313bed93f241ae7082b315 (diff) | |
download | iurt-d3efecf7587b35096d10b56c764bee2ae4ec46c5.tar iurt-d3efecf7587b35096d10b56c764bee2ae4ec46c5.tar.gz iurt-d3efecf7587b35096d10b56c764bee2ae4ec46c5.tar.bz2 iurt-d3efecf7587b35096d10b56c764bee2ae4ec46c5.tar.xz iurt-d3efecf7587b35096d10b56c764bee2ae4ec46c5.zip |
do not run make prepare, dkms handles it
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/DKMS.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Iurt/DKMS.pm b/lib/Iurt/DKMS.pm index 20a6572..8c35174 100644 --- a/lib/Iurt/DKMS.pm +++ b/lib/Iurt/DKMS.pm @@ -236,8 +236,6 @@ sub dkms_compile { plog('ERR', "linking failed ($!)"); next; } - # seems needed for some kernel - system("cd $chroot_tmp/usr/src/$sourcedir && sudo make prepare"); foreach my $cmd ('add', 'build') { my $command = "TMP=/home/$luser/tmp/ sudo chroot $chroot_tmp /usr/sbin/dkms $cmd -m $realname -v $realversion --rpm_safe_upgrade -k $modulesdir --kernelsourcedir=/usr/src/$sourcedir"; |