wok view hardinfo/stuff/modules.patch @ rev 1481

update BUILD_DEPENDS for easytag gnome-doc-utils libglade libgnomeprint libsexy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 19:30:08 2008 +0000 (2008-10-04)
parents
children 98a51003b20d
line source
1 --- arch/linux/common/modules.h Sun Nov 4 14:14:30 2007
2 +++ arch/linux/common/modules.h Sun Apr 20 23:49:38 2008
3 @@ -42,7 +42,7 @@
4 module_list = NULL;
5 g_hash_table_foreach_remove(moreinfo, remove_module_devices, NULL);
7 - lsmod = popen("/sbin/lsmod", "r");
8 + lsmod = popen("/bin/lsmod", "r");
9 if (!lsmod)
10 return;