Patch to create directory before install

Create usr/bin directory before installation
This commit is contained in:
alan (NyxTrail) 2024-03-08 19:22:02 +00:00
parent 11f8dd4c26
commit 59fc17cfe3
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- a/Makefile
+++ b/Makefile
@@ -71,4 +71,5 @@
install:
make all
+ mkdir -p $(PREFIX)/bin
cp ./build/hyprpaper $(PREFIX)/bin -f

View File

@ -1 +1,2 @@
# You must remove unused comment lines for the released package.
001-create-directories-in-install-path.patch