kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

commit c472f9384178c601a60029d97778b62ed974d659
parent db6e886516dbf76f8a94cf3b1ecd39a08023a8e6
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 23 Apr 2020 17:16:28 +0300

flatpak: Turns out we need this

Diffstat:
Mflatpak/flatpak/build | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/flatpak/flatpak/build b/flatpak/flatpak/build @@ -71,6 +71,5 @@ make DESTDIR="$1" install rm -rf "$1/usr/share" rm -rf "$1/usr/lib" rm -rf "$1/usr/include" - rm -f "$1/usr/libexec/flatpak-dbus-proxy" rm -f "$1/usr/libexec/revokefs-fuse" }