This commit is contained in:
tTh
2022-11-27 10:29:55 +01:00
parent 690eb06973
commit 34ed1e8121
4 changed files with 9 additions and 12 deletions

View File

@@ -51,8 +51,7 @@ hexdiff: Makefile $(OBJECTS)
install:
cp hexdiff hexdiff.install
strip hexdiff.install
cp hexdiff.install $(OU_LE_METTRE)/bin/hexdiff
rm hexdiff.install
mv hexdiff.install $(OU_LE_METTRE)/bin/hexdiff
cp hexdiff.1 $(OU_LE_METTRE)/man/man1/hexdiff.1
@echo "you can copy hexdiff.rc in your HOME as .hexdiffrc"