From 3ebd94d733ae0eeeba93290677b87775e92b558e Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Tue, 21 Oct 2025 14:07:59 +0500 Subject: Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 7ac740d..c31844d 100755 --- a/install.sh +++ b/install.sh @@ -11,4 +11,4 @@ ln -s ../../swob/swayconfig "$DESTDIR$ETCDIR"/sway/config.d/swob-swayconfig install -Dt "$DESTDIR$PREFIX"/bin swob.sh install -m644 -Dt "$DESTDIR$PREFIX"/share/doc/swob README.md dwl-config.h.patch -install -m644 -Dt "$DESTDIR$PREFIX"/share/licenses/swob LICENSE +install -m644 -Dt "$DESTDIR$PREFIX"/share/licenses/swob/LICENSE LICENSE -- cgit