From 120dcbeabaa0b743c92a9ec93cb33388f27353e2 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Thu, 25 Feb 2021 21:22:56 +1300 Subject: [PATCH] Deb: fix code formatting --- debian/Makefile.to_fakebuild_tar_package | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/Makefile.to_fakebuild_tar_package b/debian/Makefile.to_fakebuild_tar_package index c53b9b5..d1861a9 100644 --- a/debian/Makefile.to_fakebuild_tar_package +++ b/debian/Makefile.to_fakebuild_tar_package @@ -26,10 +26,10 @@ install: unpack_tarball rsync -r --exclude '.git*' --exclude po2js --exclude xgettext-html \ --exclude www/utils/ --exclude .eslintrc \ $(SRC)/share/kasmvnc $(DESTDIR)/usr/share - cp $(SRC)/man/man1/Xvnc.1 $(DESTDIR)/usr/share/man/man1/Xkasmvnc.1 - cp $(SRC)/share/man/man1/vncserver.1 $(DST_MAN)/kasmvncserver.1 - cp $(SRC)/share/man/man1/vncpasswd.1 $(DST_MAN)/kasmvncpasswd.1 - cp $(SRC)/share/man/man1/vncconfig.1 $(DST_MAN)/kasmvncconfig.1 + cp $(SRC)/man/man1/Xvnc.1 $(DESTDIR)/usr/share/man/man1/Xkasmvnc.1 + cp $(SRC)/share/man/man1/vncserver.1 $(DST_MAN)/kasmvncserver.1 + cp $(SRC)/share/man/man1/vncpasswd.1 $(DST_MAN)/kasmvncpasswd.1 + cp $(SRC)/share/man/man1/vncconfig.1 $(DST_MAN)/kasmvncconfig.1 unpack_tarball: tar -xzf "$(TARBALL)" -C "$(TAR_DATA)"