Magellan Linux

Contents of /trunk/mage-alx/patches/mage-0.3.7-r5-fix-mknod-typo.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1204 - (show annotations) (download)
Fri Nov 26 10:40:45 2010 UTC (13 years, 5 months ago) by niro
File size: 316 byte(s)
fixed mknod typo and update version
1 --- mage3.functions.sh.orig 2010-11-22 22:03:23.000000000 +0100
2 +++ mage3.functions.sh 2010-11-22 22:03:40.000000000 +0100
3 @@ -312,7 +312,7 @@
4 then
5 echo -e "\t>>> CHAR: $pathto"
6 fi
7 - mknode -m $posix -c "$pathto"
8 + mknod -m $posix -c "$pathto"
9 fi
10 done < ${BUILDDIR}/${PKGNAME}/.char
11