commit 72c16f0020875c4d949fb46a36055eb3f9855544
parent 839b4797f509c03073fb25c25c817ed99e4660bd
Author: Remy Noulin <loader2x@gmail.com>
Date: Mon, 22 Jun 2020 14:38:59 +0200
fix path to st configuration
debian/2-desktopSystem.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/2-desktopSystem.sh b/debian/2-desktopSystem.sh
@@ -7,7 +7,7 @@ apt-get install -y libfontconfig1-dev libxft-dev
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
cd st
git checkout -b local 66556d9
-cp ../dotfiles/config.def.h st/
+cp ../../dotfiles/config.def.h st/
git add .
git commit -m "my config"
make clean install