mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
Quote path expression to take care of $(prefix) possibly containing spaces.
Originally committed as revision 3821 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6041c21749
commit
f14d4e7e21
@ -306,7 +306,7 @@ install:
|
||||
endif
|
||||
|
||||
installlib: all install-headers
|
||||
install -m 644 $(LIB) $(prefix)/lib
|
||||
install -m 644 $(LIB) "$(prefix)/lib"
|
||||
|
||||
install-headers:
|
||||
mkdir -p "$(prefix)/include/ffmpeg"
|
||||
|
@ -125,7 +125,7 @@ install:
|
||||
endif
|
||||
|
||||
installlib: all install-headers
|
||||
install -m 644 $(LIB) $(prefix)/lib
|
||||
install -m 644 $(LIB) "$(prefix)/lib"
|
||||
|
||||
install-headers:
|
||||
mkdir -p "$(prefix)/include/ffmpeg"
|
||||
|
Loading…
Reference in New Issue
Block a user