foobillard++: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 14:25:04 +00:00
parent ee7dd0acd1
commit 6da1a6901f

View File

@ -14,7 +14,7 @@ short_desc="An OpenGL billard game - fork of foobillard"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
checksum=e276b70674a7d788c45eeff89f1f5db5d48d871a1ab92103813d424a3761e1d9
pre_configure() {
autoreconf -fi
sed -i 's|$prefix/foobillardplus|$prefix|' configure
@ -30,5 +30,5 @@ do_install() {
vinstall foobillardplus.desktop 644 usr/share/applications
vinstall foobillardplus.png 644 usr/share/pixmaps
vinstall foobillardplus.xbm 644 usr/share/pixmaps
find ${DESTDIR} -depth -type d -name .svn -exec rm -rf {} \;
find ${DESTDIR} -depth -type d -name .svn -exec rm -rf {} \;
}