mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
update Makefile
This commit is contained in:
parent
bd681fd235
commit
4fc5c96edc
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ all:
|
|||||||
install:
|
install:
|
||||||
mkdir -p $(DESTDIR)/usr/bin/
|
mkdir -p $(DESTDIR)/usr/bin/
|
||||||
mkdir -p $(DESTDIR)/usr/share/patchimage/
|
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
|
install -m755 patchimage.sh $(DESTDIR)/usr/bin/patchimage
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Loading…
Reference in New Issue
Block a user