commit 87ab1a2f4c8c4e3abac43f07dd4b1fb82ca2f030 parent 0a9561b4934f8adb81a193d9af3ec930126ac3aa Author: Dylan Araps <dylan.araps@gmail.com> Date: Thu, 23 Apr 2020 14:54:08 +0300 ostree: Remove fuse dependency Diffstat:
M | flatpak/ostree/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/flatpak/ostree/build b/flatpak/ostree/build @@ -3,7 +3,8 @@ ./configure \ --prefix=/usr \ --disable-gtk-doc \ - --disable-man + --disable-man \ + --disable-rofiles-fuse make make DESTDIR="$1" install