1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-28 19:30:44 +00:00

Create device nodes upon install.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 15:52:29 +00:00
parent b312ea16c0
commit db454784b1

View File

@ -18,6 +18,8 @@ install:
-mkdir -p $(MDIR)
install -m 644 $(OBJS) $(MDIR)
depmod -a
-mknod /dev/mga_vid c 178 0
-mknod /dev/tdfx_vid c 178 0
dep depend: