mudev:update and moved some new shared runtime handling
[nyanlinux.git] / runtimes / mudev-13aee00ee402b187841d77da3c484f195f61fe89 / rt.sh
blobe450c53cd60d6521b882d6497f96ba71cb2b39f5
1 src_name=mudev
2 git_commit=${pkg_name##*-}
3 slot=$git_commit
5 # shared between xorg(libpciaccess) and mudev
6 mkdir /share
7 mkdir /share/hwdata
8 cp -f /nyan/$src_name/$slot/hwdata/pci.ids /share/hwdata/pci.ids
9 cp -f /nyan/$src_name/$slot/hwdata/usb.ids /share/hwdata/usb.ids
11 # for video games (libSDL)
12 cp -f /nyan/$src_name/$slot/lib/libudev.so.0.0.0 /usr/lib/libudev.so.0