Symlink binary to pkgname
This commit is contained in:
parent
204fd2411b
commit
b9e007c998
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -45,6 +45,8 @@ package() {
|
|||
_wdir
|
||||
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue