From ccdb8a001f11eef29e7fd47919d21e54f3f78c67 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Tue, 30 Dec 2025 11:56:56 -0500 Subject: Release 2.2.1 - add reapr to install files -_- I forgot to add the reapr installs to the makefile --- Makefile | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a69640a..2ef7cd1 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,14 @@ install: build ${DESTDIR}${PREFIX}/share/man/man1/ssync-queue.1.gz @install -Dm644 build/ssync-fetch.1.gz \ ${DESTDIR}${PREFIX}/share/man/man1/ssync-fetch.1.gz + @install -Dm644 build/ssync-reapr.1.gz \ + ${DESTDIR}${PREFIX}/share/man/man1/ssync-reapr.1.gz @install -Dm644 build/ssync.5.gz \ ${DESTDIR}${PREFIX}/share/man/man5/ssync.5.gz @install -Dm755 ssync ${DESTDIR}${PREFIX}/bin/ssync @install -Dm755 ssync-index ${DESTDIR}${PREFIX}/bin/ssync-index @install -Dm755 ssync-queue ${DESTDIR}${PREFIX}/bin/ssync-queue @install -Dm755 ssync-fetch ${DESTDIR}${PREFIX}/bin/ssync-fetch + @install -Dm755 ssync-reapr ${DESTDIR}${PREFIX}/bin/ssync-reapr @install -Dm644 LICENSE ${DESTDIR}${PREFIX}/share/licenses/ssync/LICENSE diff --git a/VERSION b/VERSION index 0f61f66..36ea722 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -"December 2025" "2.2.0" \ No newline at end of file +"December 2025" "2.2.1" \ No newline at end of file -- cgit v1.2.3-54-g00ecf