summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhammadsayuti2018-02-13 10:37:23 +0800
committermuhammadsayuti2018-02-13 10:37:23 +0800
commitf2285aa56669e53018e774a935c10de19b589490 (patch)
treedc6af25d94af08bd29eb9cb62a5079ad38fa51e1
parent4efc4e0040600015e6c5de48ffb0e6ad336b9e1b (diff)
downloadaur-f2285aa56669e53018e774a935c10de19b589490.tar.gz
rename duplicate var
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90bbf7f79a3e..92a083ee2542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ source=('git://github.com/muhammadsayuti/lightdm-webkit-theme-luminos.git')
provides=('lightdm-webkit-theme-luminos')
conflicts=('lightdm-webkit-theme-luminos')
md5sums=('SKIP')
-_gitroot="git://github.com/muhammadsayuti/lightdm-webkit-theme-luminos.git"
-_pkgname="lightdm-webkit-theme-luminos"
+_gitname="lightdm-webkit-theme-luminos"
package()
@@ -23,7 +22,7 @@ package()
cd ${pkgdir}
mkdir -p usr/share/lightdm-webkit/themes
cd usr/share/lightdm-webkit/themes
- cp -dpr --no-preserve=ownership ${srcdir}/${_pkgname} ${_pkgname}
+ cp -dpr --no-preserve=ownership ${srcdir}/${_gitname} ${_pkgname}
msg "Removing .git files"
cd ${_pkgname}
rm -rf .git