mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
update Makefile
This commit is contained in:
parent
bd681fd235
commit
4fc5c96edc
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ all:
|
||||
install:
|
||||
mkdir -p $(DESTDIR)/usr/bin/
|
||||
mkdir -p $(DESTDIR)/usr/share/patchimage/
|
||||
cp -rv patches tools script.d $(DESTDIR)/usr/share/patchimage/
|
||||
cp -rv patches tools override script.d $(DESTDIR)/usr/share/patchimage/
|
||||
install -m755 patchimage.sh $(DESTDIR)/usr/bin/patchimage
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user