# Make sure that Chromium@SRCEXT@ finds the plugin: flash_library="/usr/lib@LIBDIRSUFFIX@/@PRGNAM@/PepperFlash/libpepflashplayer.so" flash_version=$(grep '"version":' /usr/lib@LIBDIRSUFFIX@/@PRGNAM@/PepperFlash/manifest.json | cut -d\" -f4) if [ -f $flash_library ]; then @CRFLAGS@="$@CRFLAGS@ --ppapi-flash-path=$flash_library --ppapi-flash-version=$flash_version" fi