You are not logged in.
Pages: 1
hello i have that kind of problem: yaourt -S kernel26kamikaze
and i have only KamikazeInfo
its stopping here:
build() {
_karch="x86" # architectures were merged :)
_kernver="$_kernvers-kamikaze"
cd $startdir
msg "Printing package informations"
if [ ! "$USE_COLOR" = "n" -a "$(check_buildenv color)" = "y" ]; then
sed -e "s/{y}/`echo -e '\e[00;33m'`/g" \
-e "s/{g}/`echo -e '\e[00;32m'`/g" \
-e "s/{_}/`echo -e '\e[00;0m'`/g" KamikazeInfo | less -R
else
sed -e "s/{y}//g" \
-e "s/{g}//g" \
-e "s/{_}//g" KamikazeInfo | less
fi
next is:
cd $startdir/src/linux-$_basekernel
msg "Upgrading to 2.6.24"
patch -Nsp1 < ../patch-$_prepatch
msg "Applying $_kamikaze patchset"
patch -Nsp1 < ../linux-$_prepatch-$_kamikaze
someone knows?
Offline
i cant reamember what i have in my make.conf and rc.conf - USE_COLOR maybe must be set to NO
Offline
Pages: 1