From dd99f6ecbda0613d7aac85da03e02d7cdd157764 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Jan 2013 12:04:01 +0100 Subject: [PATCH] bokken: fixed symlink for the executable. --- srcpkgs/bokken/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bokken/template b/srcpkgs/bokken/template index 245f033c0d4..bfb0c33b280 100644 --- a/srcpkgs/bokken/template +++ b/srcpkgs/bokken/template @@ -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 " 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 }