summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/