summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-04-20 18:40:39 +0200
committerXZS2016-04-20 18:46:40 +0200
commit127411f0dd7307f2466f3bea4fdab3114f42dcd3 (patch)
treef2dbd6a2b28dbf1a24e7b69a648c17c2c77b9bc3 /PKGBUILD
parent18f4d7ecb7e27fa6acf371876f9bb06abb54f744 (diff)
downloadaur-127411f0dd7307f2466f3bea4fdab3114f42dcd3.tar.gz
omit hidden files
The hidden files are only used to manage the source code of the extension. They are not needed in and have no direct relation to the compiled package and can thus be left out safely.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d35003ac09..561dd71923b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mozilla-extension-gnotifier-git
pkgver=1.9.6
-pkgrel=1
+pkgrel=2
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
arch=('any')
@@ -55,7 +55,8 @@ build() {
eval "package_$pkgname()" '{
prepare_target
- cp --no-preserve=ownership,mode -r . "$destdir/$id"
+ install -d "$destdir/$id"
+ cp --no-preserve=ownership,mode -r * "$destdir/$id"
}'
for target in "${optdepends[@]}"; do