summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2024-01-01 00:30:58 +0000
committerstkhan <personal@slickd.xyz>2024-01-01 00:30:58 +0000
commit608c900f48d89379d796d4b85b738e029981dee4 (patch)
tree607385b0f10b096ba2452a5a865654bf4d26c4d4 /Makefile
parentc96838ed8b11315cd77dfa787162f95924fda73a (diff)
Add fix for fehbg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f719ca..755cf61 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ sarc: clean
@echo "Finished! Run make install to install"
c: clean
cfg: config
-install:
+install: feh_fix
make install-wm -C wm
make install-utils -C utils
install scripts/sarc.sh /usr/local/bin
@@ -41,6 +41,8 @@ part:
./scripts/cp.sh
cleanp: clean
rm -rf .config
+feh_fix:
+ cp scripts/fehbg ${PREFIX}/bin/
test1:
mkdir test
cp -r * test/