mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 12:57:15 +08:00
Install transactor
This commit is contained in:
parent
1026eef221
commit
0d62fbc1c9
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=oktopi
|
||||
pkgver=1.3.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Oktopi, is a fork of octopi,a powerful Pacman frontend using Qt libs"
|
||||
url="https://octopiproject.wordpress.com/"
|
||||
arch=('x86_64')
|
||||
@ -44,6 +44,7 @@ package() {
|
||||
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
cp bin/oktopi ${pkgdir}/usr/bin
|
||||
install -m755 -p scripts/oktopi-transaction ${pkgdir}/usr/bin
|
||||
|
||||
mkdir -p ${pkgdir}/usr/share/applications
|
||||
install -m644 -p oktopi.desktop ${pkgdir}/usr/share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user