diff options
author | Cecil <knoppmyth@gmail.com> | 2011-01-18 05:33:34 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-01-18 05:33:34 (GMT) |
commit | 47154c22073424e49f32dca701639e29165cae0e (patch) | |
tree | 765006a651e6a4978490ffcc24f243d93b22f78b /abs/core/udev/udev.install | |
parent | 3756f75d6fbfda0cfd741faf46bc6707c4b2ae16 (diff) | |
download | linhes_pkgbuild-47154c22073424e49f32dca701639e29165cae0e.zip linhes_pkgbuild-47154c22073424e49f32dca701639e29165cae0e.tar.gz linhes_pkgbuild-47154c22073424e49f32dca701639e29165cae0e.tar.bz2 |
udev:bumped to latest
Diffstat (limited to 'abs/core/udev/udev.install')
-rw-r--r-- | abs/core/udev/udev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/udev/udev.install b/abs/core/udev/udev.install index 2c92add..e953ec7 100644 --- a/abs/core/udev/udev.install +++ b/abs/core/udev/udev.install @@ -28,7 +28,7 @@ post_install() { mknod -m644 ${ROOTDIR}/dev/null c 1 3 fi if [ ! -c ${ROOTDIR}/dev/zero ]; then - rm ${ROOTDIR}/dev/zero + rm -f ${ROOTDIR}/dev/zero mknod -m644 ${ROOTDIR}/dev/zero c 1 5 fi if [ -n "${ROOTDIR}" ]; then |