diff options
Diffstat (limited to 'personal/lemonbar/build')
-rwxr-xr-x | personal/lemonbar/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/personal/lemonbar/build b/personal/lemonbar/build new file mode 100755 index 0000000..e05471c --- /dev/null +++ b/personal/lemonbar/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +# This is a fork of lemonbar that uses Xft for font selection. + +make +make DESTDIR="$1" PREFIX=/usr install |