Skip to content

Commit

Permalink
Overwrite symlinks during install
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Nov 28, 2018
1 parent 07c045c commit b2c42bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ EXTRA_DIST = \
install-data-hook:
cd $(DESTDIR)$(LIBVA_DRIVERS_PATH) ; \
for drv in $(DRIVERS); do \
ln -s vdpau_drv_video.so $${drv}_drv_video.so; \
ln -sf vdpau_drv_video.so $${drv}_drv_video.so; \
done

# Extra clean files so that maintainer-clean removes *everything*
Expand Down

0 comments on commit b2c42bd

Please sign in to comment.