Patch to create directory before install
Create usr/bin directory before installation
This commit is contained in:
parent
11f8dd4c26
commit
59fc17cfe3
|
|
@ -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
|
||||
|
|
@ -1 +1,2 @@
|
|||
# You must remove unused comment lines for the released package.
|
||||
001-create-directories-in-install-path.patch
|
||||
|
|
|
|||
Loading…
Reference in New Issue