mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2026-03-01 01:29:26 +01:00
install -D not supported on mac
This commit is contained in:
4
Makefile
4
Makefile
@@ -53,8 +53,8 @@ clean:
|
|||||||
# Install the executable
|
# Install the executable
|
||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
install -s -D $(TARGET) $(BINDIR)/$(TARGET)
|
install -s $(TARGET) $(BINDIR)/$(TARGET)
|
||||||
install -D $(TARGET).8 $(MANDIR)/man8/$(TARGET).8
|
install $(TARGET).8 $(MANDIR)/man8/$(TARGET).8
|
||||||
|
|
||||||
|
|
||||||
# Uninstall the executable
|
# Uninstall the executable
|
||||||
|
|||||||
Reference in New Issue
Block a user