mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
opera: remove rpmextract
This commit is contained in:
parent
1b5df9c811
commit
4053f17aa3
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@ version=94.0.4606.76
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="rpmextract"
|
|
||||||
depends="ffmpeg desktop-file-utils hicolor-icon-theme"
|
depends="ffmpeg desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Fast, secure, easy to use browser"
|
short_desc="Fast, secure, easy to use browser"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
|
@ -21,8 +20,8 @@ do_install() {
|
||||||
vmkdir usr/lib
|
vmkdir usr/lib
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
vcopy usr/lib64/opera /usr/lib/
|
vcopy usr/lib64/opera usr/lib/
|
||||||
vcopy usr/share /usr/share/
|
vcopy usr/share usr/share/
|
||||||
|
|
||||||
# Link executable in path
|
# Link executable in path
|
||||||
ln -s ../lib/opera/opera "${DESTDIR}/usr/bin/opera"
|
ln -s ../lib/opera/opera "${DESTDIR}/usr/bin/opera"
|
||||||
|
|
Loading…
Add table
Reference in a new issue