[Slackbuilds-users] kvm

Gwenhael Le Moine gwenhael.le.moine at gmail.com
Fri Jan 22 00:33:00 UTC 2010


2010/1/22 paul wisehart <listreader at lupulin.net>:
> kvm slackbuild is missing a "<" in a patch command.
>
> patch -p1 $CWD/kvm-88-no_trickery_on_install.patch
> should be:
> patch -p1 < $CWD/kvm-88-no_trickery_on_install.patch

or use the -i parameter :
    patch -p1 -i $CWD/kvm-88-no_trickery_on_install.patch


More information about the SlackBuilds-users mailing list