mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
expat: Fix rootfile.
The libexpat.so.1 file is just a symlink to libexpat.so.1.8.8 which contains all the functions and symbols required by the binaries, linked against it. Therefore this file needs to be present on the systems. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#usr/lib/libexpat.la
|
#usr/lib/libexpat.la
|
||||||
#usr/lib/libexpat.so
|
#usr/lib/libexpat.so
|
||||||
usr/lib/libexpat.so.1
|
usr/lib/libexpat.so.1
|
||||||
#usr/lib/libexpat.so.1.8.8
|
usr/lib/libexpat.so.1.8.8
|
||||||
#usr/lib/pkgconfig/expat.pc
|
#usr/lib/pkgconfig/expat.pc
|
||||||
#usr/share/doc/expat
|
#usr/share/doc/expat
|
||||||
#usr/share/doc/expat-2.4.8
|
#usr/share/doc/expat-2.4.8
|
||||||
|
|||||||
Reference in New Issue
Block a user