mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +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:
parent
b312ea16c0
commit
db454784b1
@ -18,6 +18,8 @@ install:
|
|||||||
-mkdir -p $(MDIR)
|
-mkdir -p $(MDIR)
|
||||||
install -m 644 $(OBJS) $(MDIR)
|
install -m 644 $(OBJS) $(MDIR)
|
||||||
depmod -a
|
depmod -a
|
||||||
|
-mknod /dev/mga_vid c 178 0
|
||||||
|
-mknod /dev/tdfx_vid c 178 0
|
||||||
|
|
||||||
dep depend:
|
dep depend:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user