diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:47:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:47:05 +0100 |
| commit | edd01e4445a2968584b52d5bad4f7d5e6bef729b (patch) | |
| tree | b94886be7b5250c763d7bdd18ce74acf168ef70a /install.sh | |
| parent | 9ea28204119422239e713f03fadc67cfcae4fc6b (diff) | |
absolutely provides dir to make in install.sh
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,5 +101,5 @@ do fi done </home/joeac.net/joeac.net/example.env -sudo -u joeac.net make -sudo -u joeac.net make install +sudo -u joeac.net make --directory=/home/joeac.net/joeac.net +sudo -u joeac.net make --directory=/home/joeac.net/joeac.net install |
