]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skypiax: kernel README correction
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Wed, 19 Aug 2009 13:45:51 +0000 (13:45 +0000)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Wed, 19 Aug 2009 13:45:51 +0000 (13:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14567 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_skypiax/kernel/README-linux-2.6.24.7

index 89b5f983d8f0b807279c507bdf94d58ae572e1cd..fc34820d5b8566b44637fa81f881180ec618bc9c 100644 (file)
@@ -3,8 +3,8 @@ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.7.tar.bz2
 tar  xjf linux-2.6.24.7.tar.bz2
 cd linux-2.6.24.7
 make mrproper
-cp config-linux-2.6.24.7-skypiax08D02 .config
-cp dummy.c.skypiax sound/drivers/dummy.c #optional step, halves the load
+cp ../config-linux-2.6.24.7-skypiax08D02 .config
+cp ../dummy.c.skypiax sound/drivers/dummy.c #optional step, halves the load
 make
 make install
 make modules_install