about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-06-14 15:12:23 -0700
committerxyz <gky44px1999@gmail.com>2022-06-14 15:12:23 -0700
commita17c6c97840126643952abeed11c1baef9d7452b (patch)
treed0db4794b0ca8a4b10d34eba82b08aeca15a9d9a
parentd96c2bf94d1374e0be50174469982a0f26109cc7 (diff)
Makefile, from dwm, try make PKGBUILD working
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f66e648..0db7032 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ clean:
 	rm -f xcross
 
 install:
+	mkdir -p ${DESTDIR}${PREFIX}/bin
 	cp -f xcross ${DESTDIR}${PREFIX}/bin
 	chmod 755 ${DESTDIR}${PREFIX}/bin/xcross