fix binary location

This commit is contained in:
ida-lover 2024-10-16 13:49:37 +02:00
parent bac3cc77e6
commit 650d204468
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
pkgname=ida-pro-patched
_pkgname=ida-pro
pkgver=9.0.240925
pkgrel=1
pkgrel=2
pkgdesc="IDA - The Interactive Disassembler (Patched)"
arch=('x86_64')
url="https://hex-rays.com/ida-pro/"
@ -23,7 +23,7 @@ sha256sums=('159cf8983a0e7b199d6efab5af42eca31a288e7ef2ec44eba6336de4acb8107a'
'SKIP'
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
'SKIP'
'aebb90e61e40e6cacf6493ecd8308a3389d2ebe5afd1503209250b38a0b89a95')
'57d46b76ec02fec91352eb51c8dea9082efc6d45391849109b1e784921e9fadb')
validpgpkeys=('09BE40243217978201A0440E101BA3F4C612AA41') # nezu <nezu@nezu.cc>
prepare() {
@ -43,7 +43,7 @@ package() {
cp --preserve=mode,timestamps -r "$srcdir/$_name/opt/$_name/"* "$pkgdir/opt/$_pkgname"
install -dm755 "$pkgdir/usr/bin"
ln -s "/opt/$_pkgname/ida64" "$pkgdir/usr/bin/ida64"
ln -s "/opt/$_pkgname/ida" "$pkgdir/usr/bin/ida"
install -Dm644 "$srcdir/$_name/opt/$_name/appico.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"