Fixed typo.
This commit is contained in:
parent
a9e7658f21
commit
f242c99555
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ inherit rpm xdg-utils
|
|||
DESCRIPTION="Advanced cross-platform Google Drive and Microsoft OneDrive client"
|
||||
HOMEPAGE="https://www.insynchq.com/"
|
||||
|
||||
SRC_URI="http://s.insynchq.com/builds/insync_${PV}-kinetic_amd64.deb"
|
||||
SRC_URI="http://s.insynchq.com/builds/insync_${PV}-jammy_amd64.deb"
|
||||
|
||||
RESTRICT="strip"
|
||||
|
||||
|
@ -29,7 +29,7 @@ PATCHES=(
|
|||
)
|
||||
|
||||
src_unpack() {
|
||||
unpack "insync_${PV}-kinetic_amd64.deb"
|
||||
unpack "insync_${PV}-jammy_amd64.deb"
|
||||
unpack ${WORKDIR}"/data.tar.gz"
|
||||
|
||||
mkdir -p "${S}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=*
|
||||
EAPI=8
|
||||
|
||||
BRAVE_PN="${PN/-bin/}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue