Commit Graph

12 Commits

Author SHA1 Message Date
Kipras Melnikovas
4904fcf51f Fix script removal (#310)
The `script` variable you were referring to previously is actually the
relative path to a script, for example `bin/mw`.

This fails to remove the script, because, obviously, the path is
incorrect.

I'd suggest renaming `script` to `scriptPath` in line 13
and `shared` to `sharedPath` in line 18
(or whatever variable names you prefer that make it clearer)
to avoid confusion in the future.

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-11-23 18:31:17 -05:00
Kipras Melnikovas
bb38c15bf5 Makefile uninstall: Remove mw.1 (#308) 2019-10-26 12:44:26 -04:00
Luke Smith
c5e12600b9
fix 2019-05-06 19:40:17 -04:00
Stanko K.R
06c3d0e34c
Use correct prefix in muttrc on macOS 2019-05-05 09:26:49 +02:00
Stanko K.R
2b2f17f310
Prefix binary path correctly on MacOS 2019-05-04 22:47:01 +02:00
Luke Smith
de30654ac0
share files moved and looped 2019-05-01 21:24:41 -04:00
Luke Smith
8d38c10a20
loop in makefile 2019-05-01 21:21:02 -04:00
Kriss
ed1f45b527
create man folder before copying the manpage there
I was wondering why the install failed... 😆
2019-04-23 15:59:57 +02:00
Luke Smith
25fadb02b8
install to /usr 2019-04-23 09:30:04 -04:00
Kriss
61e6befc56
make all install paths configurable
This would enable users to install to other locations (important e.g. for chroot installs or packaging).
2019-04-23 15:08:25 +02:00
Luke Smith
8140c2627f
manual added 2019-04-22 12:13:45 -04:00
Luke Smith
a947bffeba
makefile added 2019-04-21 21:47:27 -04:00