Browse Source

Look for bitstreams in /usr/share/bitstreams

Luke Dashjr 12 years ago
parent
commit
a592023d0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deviceapi.c

+ 1 - 0
deviceapi.c

@@ -758,6 +758,7 @@ FILE *_open_bitstream(const char *path, const char *subdir, const char *sub2, co
 #define _open_bitstream2(path, path3)  do {  \
 	_open_bitstream(path, NULL, path3);  \
 	_open_bitstream(path, "../share/" PACKAGE, path3);  \
+	_open_bitstream(path, "../" PACKAGE, path3);  \
 } while(0)
 
 #define _open_bitstream3(path)  do {  \