fix pithosfly, new upstream
authorIan Kelling <iank@fsf.org>
Tue, 8 Sep 2020 19:58:34 +0000 (15:58 -0400)
committerIan Kelling <iank@fsf.org>
Tue, 8 Sep 2020 19:58:34 +0000 (15:58 -0400)
pithosfly

index 7d45443941c3039af10a40f2514e7281624349f0..9df698fe8ee1fcae1f59f21a3e915cb8cf5d3d9f 100755 (executable)
--- 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