From 792781dabc4b00c73e29f80a425e6cb707b88675 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 14:20:29 +0000 Subject: [PATCH] doom3: fix indent/vlicense lints --- srcpkgs/doom3/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/doom3/template b/srcpkgs/doom3/template index 4a4fa17600..bb0aaaa0b8 100644 --- a/srcpkgs/doom3/template +++ b/srcpkgs/doom3/template @@ -28,8 +28,8 @@ do_install() { install -d ${DESTDIR}/opt/doom3/{base,d3xp,pb/htm} # Install Game Files - install -m 644 base/* ${DESTDIR}/opt/doom3/base - install -m 644 d3xp/* ${DESTDIR}/opt/doom3/d3xp + install -m 644 base/* ${DESTDIR}/opt/doom3/base + install -m 644 d3xp/* ${DESTDIR}/opt/doom3/d3xp install -m 644 pb/htm/* ${DESTDIR}/opt/doom3/pb/htm install -m 644 {CHANGES,README,version.info} ${DESTDIR}/opt/doom3 @@ -42,14 +42,14 @@ do_install() { # Install Game Launcher (Client) vinstall ${FILESDIR}/doom3.launcher 755 usr/bin doom3 - # Install Game Launcher (Server) - vinstall ${FILESDIR}/doom3-dedicated.launcher 755 usr/bin doom3-dedicated + # Install Game Launcher (Server) + vinstall ${FILESDIR}/doom3-dedicated.launcher 755 usr/bin doom3-dedicated # Install License (DOOM 3) - vinstall License.txt 644 usr/share/licenses/${pkgname} + vlicense License.txt # Install License (Punkbuster) - vinstall pb/PB_EULA.txt 644 usr/share/licenses/${pkgname} + vlicense pb/PB_EULA.txt # Install Icon vinstall doom3.png 644 usr/share/pixmaps