doom3: fix indent/vlicense lints
This commit is contained in:
parent
d8baf1f666
commit
792781dabc
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue