mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +02:00
util/nvmutil: use chmod instead, in Makefile
yeah, why not use a tool that's been around since the 80s? Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -18,7 +18,8 @@ $(PROG): nvmutil.c
|
|||||||
|
|
||||||
install: $(PROG)
|
install: $(PROG)
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
$(INSTALL) -m 755 $(PROG) $(DESTDIR)$(PREFIX)/bin/
|
$(INSTALL) $(PROG) $(DESTDIR)$(PREFIX)/bin/
|
||||||
|
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
rm -f $(DESTDIR)$(PREFIX)/bin/$(PROG)
|
||||||
|
|||||||
Reference in New Issue
Block a user