Skip to content

Commit 31b283f

Browse files
authored
ci: add mkdir to flatpak (#456)
1 parent 83dbb4a commit 31b283f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

com.floatpane.matcha.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ modules:
2121
- sed 's/@VERSION@/2.4.1/' pcsclite.h.in > pcsclite.h
2222
- install -Dm644 pcsclite.h /app/include/pcsclite.h
2323
- gcc -c -o pcsclite_stub.o pcsclite_stub.c
24+
- mkdir -p /app/lib
2425
- ar rcs /app/lib/libpcsclite.a pcsclite_stub.o
2526
- install -Dm644 libpcsclite.pc /app/lib/pkgconfig/libpcsclite.pc
2627
sources:

0 commit comments

Comments
 (0)