commit 266f7d7e150867fae0f5e05093b7448fb3d48a73
parent 52a9147222409b11824bfbe582008c54235339a6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 24 Apr 2019 08:23:28 +0200
Do not build sltools as part as colortheme script
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/bin/colortheme b/bin/colortheme
@@ -139,7 +139,6 @@ function set_colors {
s/^\t\[14\] = \".*\",.*$/\t\[14\] = \"$color14\",/;\
s/^\t\[258\] = \".*\",.*$/\t\[258\] = \"$cursorColor\",/"\
$slroot/st/config.h
- (cd $slroot/st && sudo make install)
fi
if [ -f $slroot/tabbed/config.h ]; then
@@ -150,7 +149,6 @@ function set_colors {
s/urgbgcolor \+= \".*\";/urgbgcolor = \"$color9\";/;\
s/urgfgcolor \+= \".*\";/urgfgcolor = \"$color0\";/"\
$slroot/tabbed/config.h
- (cd $slroot/tabbed && sudo make install)
fi
@@ -160,7 +158,6 @@ function set_colors {
s/col_gray3\[\] *= \".*\";/col_gray3\[\] = \"$foreground\";/;\
s/col_gray1\[\] *= \".*\";/col_gray1\[\] = \"$background\";/;"\
$slroot/dwm/config.h
- (cd $slroot/dwm && sudo make install)
fi
}