Merge pull request 'fix install-sys' (#666) from fixinstsys into trunk
continuous-integration/drone/push Build is pending Details

Reviewed-on: #666
This commit is contained in:
Sarah Jamie Lewis 2023-04-21 17:51:37 +00:00
commit 5ccac2d259
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
INSTALL_PREFIX=$HOME/usr DESKTOP_PREFIX=$INSTALL_PREFIX ./install.sh
INSTALL_PREFIX=/usr DESKTOP_PREFIX=$INSTALL_PREFIX ./install.sh