Skip to content

Commit feb695b

Browse files
committed
Remove superfluous install dir definitions from Flatpak manifests.
These are no longer necessary with Flatpak Builder v1.4.4.
1 parent db7267d commit feb695b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packaging/flatpak/org.freac.freac.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@
108108
"buildsystem": "cmake",
109109
"config-opts": [
110110
"-DURIPARSER_BUILD_DOCS=OFF",
111-
"-DURIPARSER_BUILD_TESTS=OFF",
112-
"-DCMAKE_INSTALL_BINDIR=bin",
113-
"-DCMAKE_INSTALL_LIBDIR=lib",
114-
"-DCMAKE_INSTALL_INCLUDEDIR=include"
111+
"-DURIPARSER_BUILD_TESTS=OFF"
115112
],
116113
"cleanup": [
117114
"/bin/uriparse"

packaging/flatpak/shared-modules/mac/mac.json

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"name": "libmac",
33
"buildsystem": "cmake",
4-
"config-opts": [
5-
"-DCMAKE_INSTALL_BINDIR=bin",
6-
"-DCMAKE_INSTALL_LIBDIR=lib",
7-
"-DCMAKE_INSTALL_INCLUDEDIR=include"
8-
],
94
"cleanup": [
105
"/include/MAC"
116
],

0 commit comments

Comments
 (0)