From 06165f1d362cfa9726026c64e65e9a4c725a0847 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 8 Sep 2020 15:58:34 -0400 Subject: [PATCH] fix pithosfly, new upstream --- pithosfly | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pithosfly b/pithosfly index 7d45443..9df698f 100755 --- a/pithosfly +++ b/pithosfly @@ -7,9 +7,9 @@ if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi # pithosfly environment var is set in environment.sh # already installed -if type -t pithos &>/dev/null; then - exit 0 -fi +# if type -t pithos &>/dev/null; then +# exit 0 +# fi # this doesn't update automatically, so @@ -24,6 +24,5 @@ pi meson python3-gi python3-gi-cairo \ python3-pylast gir1.2-appindicator3-0.1 gir1.2-keybinder-3.0 gnome-icon-theme-symbolic libxml2-utils gvfs cd /a/opt/Pithosfly -./autogen.sh -make -sudo make install +meson build +ninja -C build -- 2.30.2