Fix Makefile bug
This commit is contained in:
parent
637c8ce048
commit
6b037c1778
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ install: $(INSTALL_PATH)
|
||||||
|
|
||||||
$(INSTALL_PATH): cbattery
|
$(INSTALL_PATH): cbattery
|
||||||
@echo "Installing cbattery to $(DESTDIR)"
|
@echo "Installing cbattery to $(DESTDIR)"
|
||||||
|
@install -d $(DESTDIR)
|
||||||
@install -m 755 $< $(DESTDIR)
|
@install -m 755 $< $(DESTDIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
Loading…
Reference in New Issue