Commit Graph

17 Commits

Author SHA1 Message Date
Luke Smith
576d7b3d65
backup files deleted on install 2019-11-25 12:40:18 -05:00
Luke Smith
8b983812ed
Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into aymanbagabas-master 2019-11-24 08:26:53 -05:00
Luke Smith
15941b43e7
Revert "Fix script removal (#310)"
This reverts commit 4904fcf51f.
2019-11-24 08:26:16 -05:00
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
Ayman Bagabas
04528a0fb9 Fix make uninstall
for loop directory wildcard includes the directory name. No need to
specify the dir name when removing file.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-07-01 19:20:27 -04:00
Ayman Bagabas
cd5fd9bde2 Make use of PREFIX environment variable
This patch puts the environment variable PREFIX in more use. If
specified, mull-wizard Makefile substitute all instances of prefix with
the provided environment variable.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-07-01 18:34:07 -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