Skip to content

Commit bdf2329

Browse files
committed
Update debian/ install files to handle the latest multiarch configuration
1 parent 02d0867 commit bdf2329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
usr/include
2-
usr/lib/*.a
3-
usr/lib/*.so
4-
usr/lib/pkgconfig
2+
usr/lib/*/*.a
3+
usr/lib/*/*.so
4+
usr/lib/*/pkgconfig

debian/libhttpserver.install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
usr/lib/*.so.*
1+
usr/lib/*/*.so.*

0 commit comments

Comments
 (0)