summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2019-09-17 19:48:21 +0300
committerAriel Lieberman2019-09-17 19:48:21 +0300
commit257b9115ae182e8df111b76db02f1ad3b6863035 (patch)
tree3cb6622bf294d10f484e41ff5d9860413d673650
parent27ab873261359ca7c9da492e57cb7a56de725bc5 (diff)
downloadaur-mint-backgrounds-tina.tar.gz
remove from refrences to srcdir
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3428697db72..e89668ec7007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ source=("$url/mint-backgrounds-tina_$pkgver.tar.gz")
md5sums=("20f5036d9c582c781912b7bd572610fd")
package() {
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tina
- cp -a $srcdir/$pkgname-$pkgver/backgrounds/linuxmint-tina $pkgdir/usr/share/backgrounds/
+ cp -a $srcdir/$pkgname/backgrounds/linuxmint-tina $pkgdir/usr/share/backgrounds/
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
- cp -a $srcdir/$pkgname-$pkgver/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
- cp -a $srcdir/$pkgname-$pkgver/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
+ cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
+ cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
}