summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilips2021-09-04 12:48:12 +0200
committerfilips2021-09-04 12:48:12 +0200
commit4fa6f6a43bda1910de71783cdbbf369e44131a5e (patch)
tree57deadda0eb905ac0109b754928f86fbabc2734b
parent40cdeaa31e62bb85b383125977122593798a74b1 (diff)
downloadaur-4fa6f6a43bda1910de71783cdbbf369e44131a5e.tar.gz
Fix wrong install directory
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f329f5c0085..615850c1d84a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-pwa-bin
pkgdesc = A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/filips123/FirefoxPWA
install = package.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c8e80825c242..2cccdbc06c69 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname="FirefoxPWA"
pkgname="firefox-pwa-bin"
pkgdesc="A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox (native component)"
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
url="https://github.com/filips123/FirefoxPWA"
arch=("x86_64" "i686")
license=("MPL2")
@@ -43,5 +43,5 @@ check() {
}
package() {
- cp -r $srcdir/data/ $pkgdir
+ cp -r $srcdir/data/* $pkgdir
}