mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 03:50:27 +01:00
man install fix
This commit is contained in:
2
Makefile
2
Makefile
@@ -49,7 +49,7 @@ install: $(TARGET)
|
||||
# Uninstall the executable
|
||||
uninstall:
|
||||
rm -f $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
|
||||
rm -f $(TARGET).8 $(DESTDIR)$(PREFIX)/share/man/man8/$(TARGET).8
|
||||
rm -f $(TARGET).8.gz $(DESTDIR)$(PREFIX)/share/man/man8/$(TARGET).8.gz
|
||||
|
||||
# Run the executable (example)
|
||||
run: $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user