hyprpaper/debian/patches/001-create-directories-in-i...

13 lines
273 B
Diff

Description: Create the installation directory
Author: Alan M Varghese <alan@digistorm.in>
Last-Update: 2024-03-09
Forwarded: not-needed
--- a/Makefile
+++ b/Makefile
@@ -71,4 +71,5 @@
install:
make all
+ mkdir -p $(PREFIX)/bin
cp ./build/hyprpaper $(PREFIX)/bin -f