summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2018-11-08 15:12:53 +1000
committerMark Blakeney2018-11-08 15:12:53 +1000
commit0a47861a7ab6de4dbb1540593a37da6b6d1e7951 (patch)
treebbf138722991fe69d11932f33ac05b2cb053696a /PKGBUILD
parent341a6a9710257909f5920a91f6839ac127f80d83 (diff)
downloadaur-0a47861a7ab6de4dbb1540593a37da6b6d1e7951.tar.gz
Previous change should cp px files, not mv
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dfa1c001bf5..3e072773a8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-stable-bin
pkgver=8.33.0.41
-pkgrel=2
+pkgrel=3
pkgdesc="Skype for Linux - Stable/Release Version"
arch=("x86_64")
url="http://www.skype.com"
@@ -32,7 +32,7 @@ package() {
asar extract app.asar _tmp
cd _tmp/images/tray
find . -iname '*@2x.png' | while read f; do
- mv $f ${f//@2x/}
+ cp $f ${f//@2x/}
done
cd "$pkgdir/$_p"
asar pack _tmp app.asar