mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
chromium-pepper-flash: tyop fix.
This commit is contained in:
parent
acf431b943
commit
c507373c35
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ _baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable
|
||||||
|
|
||||||
pkgname=chromium-pepper-flash
|
pkgname=chromium-pepper-flash
|
||||||
version=${_chromeVersion}
|
version=${_chromeVersion}
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Pepper Flash plugin for Chromium"
|
short_desc="Pepper Flash plugin for Chromium"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://www.google.com/chrome"
|
homepage="http://www.google.com/chrome"
|
||||||
|
@ -29,14 +29,13 @@ esac
|
||||||
_chromeUrl="${_baseUrl}/${_filename}"
|
_chromeUrl="${_baseUrl}/${_filename}"
|
||||||
distfiles="${_chromeUrl}"
|
distfiles="${_chromeUrl}"
|
||||||
checksum="$_chromeChecksum"
|
checksum="$_chromeChecksum"
|
||||||
skip_extraction="$_filename"
|
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
sed -e "s|%VERSION%|${version}|" \
|
sed -e "s|%VERSION%|${version}|" \
|
||||||
${FILESDIR}/chromium-pepper-vars.sh.in > chromium-pepper-flash.sh
|
${FILESDIR}/chromium-pepper-flash.sh.in > chromium-pepper-flash.sh
|
||||||
sed \
|
sed \
|
||||||
-e "s|%VERSION%|${version}|" \
|
-e "s|%VERSION%|${version}|" \
|
||||||
-e "s|%CHROME_URL%|${_chromeUrl}|" \
|
-e "s|%CHROME_URL%|${_chromeUrl}|" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue