X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=pithosfly;fp=pithosfly;h=9df698fe8ee1fcae1f59f21a3e915cb8cf5d3d9f;hp=7d45443941c3039af10a40f2514e7281624349f0;hb=06165f1d362cfa9726026c64e65e9a4c725a0847;hpb=12e6724f357e2c38d4e9e8d059f6983e3be7866c 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