summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Bhatt2013-08-22 01:33:16 -0700
committerAnish Bhatt2013-08-22 01:33:16 -0700
commit1b130aeeca236e2cddf13624f26df0278bc77592 (patch)
tree1d8b766fe5a4687227f6b9d73ff32e7c024a2020
parent6c4f9ffcc854f5a5ef0b17935e617733b05b7fb4 (diff)
downloadaur-1b130aeeca236e2cddf13624f26df0278bc77592.tar.gz
test-xattr is now a python file, not c
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3bc89d0c5d3..64b9d57a91ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netflix-desktop
pkgdesc = An automated script for viewing Netflix through Firefox and patched WINE
pkgver = 0.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/netflix-desktop/
install = netflix-desktop.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e4b552330728..94801f0325ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='netflix-desktop'
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="An automated script for viewing Netflix through Firefox and patched WINE"
url="https://launchpad.net/netflix-desktop/"
arch=('i686' 'x86_64')
@@ -48,9 +48,6 @@ build() {
pushd po
make
popd
- pushd wine-browser-installer/test-xattr
- make
- popd
pushd wine-browser-installer
sed -i -e 's/share\/wine-browser-installer/share\/netflix-desktop/g' download-missing-files
sed -i -e 's/\/usr\/share\/n/${HOME}\/\.n/g' download-missing-files
@@ -84,9 +81,7 @@ package() {
pushd po
make DESTDIR="${pkgdir}" install
popd
- pushd wine-browser-installer/test-xattr
- make DESTDIR="${pkgdir}/usr/share/netflix-desktop/" install
- popd
+ install -Dm755 wine-browser-installer/test-xattr ${pkgdir}/usr/share/netflix-desktop/
}
# vim:set ts=2 sw=2 et: