mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
Quote all installation paths to protect against spaces in the path.
Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a44a8bb818
commit
26d469117f
@ -68,9 +68,9 @@ install-lib-static: $(LIB)
|
||||
install -m 644 $(LIB) "$(libdir)"
|
||||
|
||||
install-headers:
|
||||
install -d $(incdir)
|
||||
install -m 644 postprocess.h $(incdir)/postprocess.h
|
||||
install -m 644 $(SRC_PATH)/libpostproc.pc $(libdir)/pkgconfig
|
||||
install -d "$(incdir)"
|
||||
install -m 644 postprocess.h "$(incdir)/postprocess.h"
|
||||
install -m 644 $(SRC_PATH)/libpostproc.pc "$(libdir)/pkgconfig"
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user