Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | Fix script removal (#310) | Kipras Melnikovas | |
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-10-26 | Makefile uninstall: Remove `mw.1` (#308) | Kipras Melnikovas | |
2019-05-06 | fix | Luke Smith | |
2019-05-05 | Use correct prefix in muttrc on macOS | Stanko K.R | |
2019-05-04 | Prefix binary path correctly on MacOS | Stanko K.R | |
2019-05-01 | share files moved and looped | Luke Smith | |
2019-05-01 | loop in makefile | Luke Smith | |
2019-04-23 | create man folder before copying the manpage there | Kriss | |
I was wondering why the install failed... :laughing: | |||
2019-04-23 | install to /usr | Luke Smith | |
2019-04-23 | make all install paths configurable | Kriss | |
This would enable users to install to other locations (important e.g. for chroot installs or packaging). | |||
2019-04-22 | manual added | Luke Smith | |
2019-04-21 | makefile added | Luke Smith | |