mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Fix path bug
This commit is contained in:
parent
45b8dfaeea
commit
c1f164fb26
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -3,7 +3,7 @@
|
|||
pkgbase = gitkraken
|
||||
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
|
||||
pkgver = 1.7.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.gitkraken.com/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Marcin Wieczorek <marcin@marcin.co>
|
||||
|
||||
pkgname=gitkraken
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgver=1.7.0
|
||||
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
|
||||
url="http://www.gitkraken.com/"
|
||||
|
|
@ -26,7 +26,7 @@ md5sums=('23dbf0e7ccf06d57f9beaeb297aa4c41'
|
|||
|
||||
package() {
|
||||
install -d "$pkgdir"/opt
|
||||
cp -R "$srcdir"/GitKraken "$pkgdir"/opt/gitkraken
|
||||
cp -R "$srcdir"/gitkraken "$pkgdir"/opt/gitkraken
|
||||
|
||||
find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
|
||||
chmod 755 "$pkgdir"/opt/gitkraken/gitkraken
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue