unclutter-xfixes: fix cross

This commit is contained in:
Jürgen Buchmüller 2018-01-27 03:06:49 +01:00
parent 14a64b61c4
commit bcdeb1e7ed

View file

@ -15,6 +15,10 @@ conflicts="unclutter>=0"
CPPFLAGS="-D__VERSION=\\\"$version\\\""
pre_build() {
sed -i Makefile -e "s;CC = gcc;CC = $CC;"
}
post_install() {
vlicense LICENSE
}