dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b07d94d0449dbb36b09ab41d54ba671f386eba9b
parent e74ed94e4d5801fc4ded1b97e382b1946dfbb0d1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 17 Mar 2019 08:21:11 +0100

Re-build suckless tools every time to avoid patching problems

Diffstat:
Mlinks/.commands.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -189,7 +189,7 @@ m-all-sl() { for d in ~/code/dotfiles/lib/{dwm,slstatus,st,surf,tabbed}; do echo echo "## Building $d" - (cd "$d" && make && sudo make install) + (cd "$d" && make clean && make install) done }