From: Arkadiusz Miƛkiewicz Date: Thu, 29 Nov 2012 08:53:19 +0000 (+0100) Subject: - rel 3; fix regulatory.bin path in crda itself X-Git-Tag: auto/th/crda-1.1.2-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrda.git;a=commitdiff_plain;h=e82c8db1e394d56f950af1a8274c65b02546dc43 - rel 3; fix regulatory.bin path in crda itself --- diff --git a/crda-regdb.patch b/crda-regdb.patch new file mode 100644 index 0000000..7a0080f --- /dev/null +++ b/crda-regdb.patch @@ -0,0 +1,10 @@ +--- crda-1.1.2/crda.c~ 2011-08-10 01:36:19.000000000 +0200 ++++ crda-1.1.2/crda.c 2012-11-29 09:50:45.474098384 +0100 +@@ -165,6 +165,7 @@ + const char *regdb_paths[] = { + "/usr/local/lib/crda/regulatory.bin", /* Users/preloads can override */ + "/usr/lib/crda/regulatory.bin", /* General distribution package usage */ ++ "/usr/share/crda/regulatory.bin", + "/lib/crda/regulatory.bin", /* alternative for distributions */ + NULL + };