mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Fix typo in slock
This commit is contained in:
parent
e35d7284f7
commit
94a357dbc5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pkgver=1.5
|
|||
[ -d "~/.local/src" ] && mkdir -p ~/.local/src
|
||||
|
||||
curl -o ~/.local/src/slock-$pkgver.tar.gz https://dl.suckless.org/tools/slock-$pkgver.tar.gz
|
||||
tar -C ~/.local/src/ -xvf ~/local/src/slock-$pkgver.tar.gz
|
||||
tar -C ~/.local/src/ -xvf ~/.local/src/slock-$pkgver.tar.gz
|
||||
|
||||
srcdir=~/.local/src/slock-$pkgver
|
||||
cp config.h $srcdir
|
||||
|
|
Loading…
Reference in a new issue