Skip to content
Snippets Groups Projects
Commit ac78abfe authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/supertuxkart: remove unnecessary wiiuse.h file from installation

parent 4acf2e51
No related merge requests found
......@@ -3,7 +3,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=supertuxkart
pkgver=1.3
pkgrel=0
pkgrel=1
arch="all"
url="https://supertuxkart.net/"
pkgdesc="Kart racing game featuring Tux and his friends"
......@@ -67,6 +67,9 @@ check() {
package() {
DESTDIR="$pkgdir" cmake --install build
# Not sure why this is in here
rm "$pkgdir"/usr/include/wiiuse.h
}
server() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment