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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
*~
|
*~
|
||||||
*.o
|
*.o
|
||||||
|
*.gz
|
||||||
pcapmirror
|
pcapmirror
|
||||||
debian/debhelper-build-stamp
|
debian/debhelper-build-stamp
|
||||||
debian/pcapmirror.substvars
|
debian/pcapmirror.substvars
|
||||||
*.gz
|
debian/files
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -49,7 +49,7 @@ install: $(TARGET)
|
|||||||
# Uninstall the executable
|
# Uninstall the executable
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
|
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 the executable (example)
|
||||||
run: $(TARGET)
|
run: $(TARGET)
|
||||||
|
|||||||
2
debian/install
vendored
2
debian/install
vendored
@@ -1,2 +1,2 @@
|
|||||||
pcapmirror /usr/bin
|
pcapmirror /usr/bin
|
||||||
pcapmirror.8.gz /usr/share/man/man8/pcapmirror.8.gz
|
pcapmirror.8 /usr/share/man/man8
|
||||||
Reference in New Issue
Block a user