From: Ian Kelling Date: Tue, 8 Sep 2020 19:58:34 +0000 (-0400) Subject: fix pithosfly, new upstream X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=commitdiff_plain;h=06165f1d362cfa9726026c64e65e9a4c725a0847 fix pithosfly, new upstream --- 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