bokken: fixed symlink for the executable.

This commit is contained in:
Juan RP 2013-01-25 12:04:01 +01:00
parent 07183f5fc0
commit dd99f6ecbd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bokken'
pkgname=bokken
version=1.6
revision=1
revision=2
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
maintainer="pancake <pancake@nopcode.org>"
license="GPL-2"
@ -17,5 +17,5 @@ do_install() {
vmkdir usr/lib/bokken
vmkdir usr/bin
cp -rf * ${DESTDIR}/usr/lib/bokken
ln -frs ${DESTDIR}/usr/lib/bokken/bokken ${DESTDIR}/usr/bin/bokken
ln -frs ${DESTDIR}/usr/lib/bokken/bokken.py ${DESTDIR}/usr/bin/bokken
}