mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-09 15:22:40 -04:00
add 'install -d' for prepare dirs (ensure that dirs exists)
This commit is contained in:
parent
bcf71585a8
commit
77c00662ab
3
Makefile
3
Makefile
@ -12,11 +12,14 @@ all: $(TARGETS)
|
||||
experimental: $(EXPERIMENTAL_TARGETS)
|
||||
|
||||
install: all
|
||||
$(INSTALL) -d $(PREFIX)/bin
|
||||
$(INSTALL) -oroot -groot -m755 $(TARGETS) $(PREFIX)/bin
|
||||
$(INSTALL) -d $(PREFIX)/share/man/man1
|
||||
$(INSTALL) -oroot -groot -m644 f3read.1 $(PREFIX)/share/man/man1
|
||||
$(LN) -sf f3read.1 $(PREFIX)/share/man/man1/f3write.1
|
||||
|
||||
install-experimental: experimental
|
||||
$(INSTALL) -d $(PREFIX)/bin
|
||||
$(INSTALL) -oroot -groot -m755 $(EXPERIMENTAL_TARGETS) $(PREFIX)/bin
|
||||
|
||||
f3write: utils.o f3write.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user