summaryrefslogtreecommitdiffstats
path: root/abs/core/udev/udev.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-01-18 05:33:34 (GMT)
committerCecil <knoppmyth@gmail.com>2011-01-18 05:33:34 (GMT)
commit47154c22073424e49f32dca701639e29165cae0e (patch)
tree765006a651e6a4978490ffcc24f243d93b22f78b /abs/core/udev/udev.install
parent3756f75d6fbfda0cfd741faf46bc6707c4b2ae16 (diff)
downloadlinhes_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.install2
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