aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-04-02 18:48:12 +0000
committerOlivier Blin <oblin@mandriva.com>2008-04-02 18:48:12 +0000
commit509a97594294cd3b20313bed93f241ae7082b315 (patch)
treed6fafc6e0c04e415407be4e329c6e2cee56d4aa8 /lib
parentea39262aa589a279506a636eebdea8e4f09fd32c (diff)
downloadiurt-509a97594294cd3b20313bed93f241ae7082b315.tar
iurt-509a97594294cd3b20313bed93f241ae7082b315.tar.gz
iurt-509a97594294cd3b20313bed93f241ae7082b315.tar.bz2
iurt-509a97594294cd3b20313bed93f241ae7082b315.tar.xz
iurt-509a97594294cd3b20313bed93f241ae7082b315.zip
remove old comment
Diffstat (limited to 'lib')
-rw-r--r--lib/Iurt/DKMS.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Iurt/DKMS.pm b/lib/Iurt/DKMS.pm
index 088ad06..20a6572 100644
--- a/lib/Iurt/DKMS.pm
+++ b/lib/Iurt/DKMS.pm
@@ -238,8 +238,6 @@ sub dkms_compile {
}
# seems needed for some kernel
system("cd $chroot_tmp/usr/src/$sourcedir && sudo make prepare");
- # If the dkms packages get installed, the modules is correclty built
- # but if we just compile it for a new kernel, we need to rebuild it manually
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";