diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-29 21:16:52 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2026-07-29 21:16:52 -0400 |
| commit | a818ac74f51c1c404fd4eb89ee50025e8cd493d7 (patch) | |
| tree | ae0841aea399f732c3783434cccb2d5b13f22c33 /Makefile | |
| parent | 761d588f89dbca7604b1c27db9c766f7202cf7a7 (diff) | |
fix install more1.1.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,10 +57,10 @@ clean: rm -rf $(BIN) $(OBJDIR) swenu-exes install: all - install -m 755 ./$(BIN) $(DESTDIR)/$(PREFIX)/bin - install -m 755 ./swenu-run $(DESTDIR)/$(PREFIX)/bin - install -m 755 ./swenu-path $(DESTDIR)/$(PREFIX)/bin - install -m 755 ./swenu-exes $(DESTDIR)/$(PREFIX)/bin + install -Dm 755 ./$(BIN) $(DESTDIR)/$(PREFIX)/bin + install -Dm 755 ./swenu-run $(DESTDIR)/$(PREFIX)/bin + install -Dm 755 ./swenu-path $(DESTDIR)/$(PREFIX)/bin + install -Dm 755 ./swenu-exes $(DESTDIR)/$(PREFIX)/bin uninstall: rm -f $(DESTDIR)/$(PREFIX)/bin/$(BIN) |
