Symlink binary to pkgname

This commit is contained in:
Jake 2020-03-14 01:52:19 +01:00
parent 204fd2411b
commit b9e007c998

View file

@ -46,6 +46,8 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
ln -s "/usr/bin/DSView" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "$srcdir/dsview.desktop" "$pkgdir/usr/share/applications/dsview.desktop"
install -Dm644 "$srcdir/udev.rules" "$pkgdir/usr/lib/udev/rules.d/20-dsview.rules"