tring to fix phelsong problem and removed defult file rewriting

This commit is contained in:
MojArch 2025-02-23 09:04:07 +03:30
parent 7793fe66b8
commit a7e3ff730c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"