mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
tring to fix phelsong problem and removed defult file rewriting
This commit is contained in:
parent
7793fe66b8
commit
a7e3ff730c
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = opera-developer
|
||||
pkgdesc = A fast and secure web browser and Internet suite - developer stream
|
||||
pkgver = 118.0.5446.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.opera.com/computer
|
||||
arch = x86_64
|
||||
license = custom:opera
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=opera-developer
|
||||
pkgver=118.0.5446.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A fast and secure web browser and Internet suite - developer stream'
|
||||
arch=('x86_64')
|
||||
url='https://www.opera.com/computer'
|
||||
|
|
@ -55,7 +55,7 @@ package() {
|
|||
chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
|
||||
|
||||
# Install the default configuration file
|
||||
install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
|
||||
#install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
|
||||
|
||||
# Replace the original binary with a custom wrapper script
|
||||
rm -f "$pkgdir/usr/bin/$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue