mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
fix path in wrapper
This commit is contained in:
parent
b7d9e164db
commit
ac472334d2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ fi
|
|||
|
||||
# Detect if PepperFlash has been installed (based on the package in packman)
|
||||
# If so, automatically enable it
|
||||
if [ -f @LIBDIR@/chromium/PepperFlash/libpepflashplayer.so ]; then
|
||||
if [ -f @LIBDIR@/chromium-browser/PepperFlash/libpepflashplayer.so ]; then
|
||||
PEPPER_FLASH_VERSION=$(grep '"version":' @LIBDIR@/chromium-browser/PepperFlash/manifest.json| grep -Po '(?<=version": ")(?:\d|\.)*')
|
||||
PEPPERFLASH="--ppapi-flash-path=@LIBDIR@/chromium-browser/PepperFlash/libpepflashplayer.so --ppapi-flash-version=$PEPPER_FLASH_VERSION"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue