1 2 3 4 5 6
export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" cd build ninja || exit 1 DESTDIR=$PKG ninja install || exit 1 cd ..