summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnish Bhatt2013-09-03 00:59:18 -0700
committerAnish Bhatt2013-09-03 00:59:18 -0700
commit4612f9c582c820af96476a7d5a3ba4dc80bb0d4d (patch)
tree60c33d38651d86780899d6b16625792428e677ac /PKGBUILD
parenta7827a5ebb7ea77bc2ca35fcdc274233a4b2e5e7 (diff)
downloadaur-4612f9c582c820af96476a7d5a3ba4dc80bb0d4d.tar.gz
fix sed for updated source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60838adec249..3ab16a774e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anish Bhatt <anish [at] gatech [dot] edu>
pkgname=wine-browser-installer
pkgver=1
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Browser installer for wine-silverlight, shared between netflix-desktop and pipelight"
arch=('any')
@@ -23,8 +23,8 @@ prepare() {
sed -i 's|wine-browser-installer|wine-silverlight|g' hw-accel-default
sed -i 's|wine-browser-installer|wine-silverlight|g' gizmos
sed -i "5 a\# Use [ -t 0 ] only when running manually from command line" hw-accel-default
- sed -i '7s|^|#|g' hw-accel-default
- sed -i '9,11s|^|#|g' hw-accel-default
+ sed -i '8s|^|#|g' hw-accel-default
+ sed -i '10,12s|^|#|g' hw-accel-default
popd
}