mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-23 17:52:49 +00:00
19 lines
899 B
Diff
19 lines
899 B
Diff
--- a/kinfocenter/Modules/usbview/usbdb.cpp.mdv 2010-11-18 17:26:26.000000000 +0100
|
|
+++ b/kinfocenter/Modules/usbview/usbdb.cpp 2010-11-18 17:28:43.000000000 +0100
|
|
@@ -20,7 +20,7 @@
|
|
#include <kstandarddirs.h>
|
|
|
|
USBDB::USBDB() {
|
|
- QString db = "/usr/share/hwdata/usb.ids"; /* on Fedora */
|
|
+ QString db = "/usr/share/usb.ids"; /* on Mandriva */
|
|
if (!QFile::exists(db))
|
|
db = KStandardDirs::locate("data", "kcmusb/usb.ids");
|
|
if (db.isEmpty())
|
|
--- a/kinfocenter/Modules/usbview/CMakeLists.txt.mdv_ldetect 2010-11-19 02:35:21.000000000 +0100
|
|
+++ b/kinfocenter/Modules/usbview/CMakeLists.txt 2010-11-19 02:35:32.000000000 +0100
|
|
@@ -17,4 +17,4 @@
|
|
########### install files ###############
|
|
|
|
install( FILES kcmusb.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
-install( FILES usb.ids DESTINATION ${DATA_INSTALL_DIR}/kcmusb )
|
|
+#install( FILES usb.ids DESTINATION ${DATA_INSTALL_DIR}/kcmusb )
|