From 3e1ef36ed57e4e6d272502136ace8769140753e4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 20 Sep 2023 19:09:28 -0400 Subject: [PATCH] rename xsidle to xsslaunch and install it --- Makefile | 2 ++ xsidle.sh => xsslaunch | 0 2 files changed, 2 insertions(+) rename xsidle.sh => xsslaunch (100%) diff --git a/Makefile b/Makefile index e0e10b1..1103af0 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,9 @@ install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f xssstate ${DESTDIR}${PREFIX}/bin + @cp -f xsslaunch ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/xssstate + @chmod 755 ${DESTDIR}${PREFIX}/bin/xsslaunch @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < xssstate.1 > ${DESTDIR}${MANPREFIX}/man1/xssstate.1 diff --git a/xsidle.sh b/xsslaunch similarity index 100% rename from xsidle.sh rename to xsslaunch