diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-19 14:11:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-19 14:11:46 -0200 |
commit | 6e33f067d1e8f3d98544f3bafc0808b84d3eb296 (patch) | |
tree | 1705e234b9865ea593e972591ccebefae4e97249 /share/provision/desktop-basic | |
parent | c478eaa42c7e8bb022f98574ada696392133d551 (diff) | |
download | kvmx-6e33f067d1e8f3d98544f3bafc0808b84d3eb296.tar.gz kvmx-6e33f067d1e8f3d98544f3bafc0808b84d3eb296.tar.bz2 |
Provision: more dependency resolutions
Diffstat (limited to 'share/provision/desktop-basic')
-rwxr-xr-x | share/provision/desktop-basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 43cd160..0b3e597 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -53,7 +53,7 @@ $APT_INSTALL torbrowser-launcher # Luakit using stowpkg if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then - $APT_INSTALL stow + $APT_INSTALL make stow apps/stowpkg/stowpkg install luakit fi |