From fde5fa38538d1055b044a9cbe4f4c23080fae4dd Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 28 Apr 2013 17:46:25 +0200 Subject: [PATCH] Fix symlink to lpe in Pe package. --- haiku-apps/pe/pe-2.4.3_hg602.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/pe/pe-2.4.3_hg602.recipe b/haiku-apps/pe/pe-2.4.3_hg602.recipe index df1369701..3f8d2eace 100644 --- a/haiku-apps/pe/pe-2.4.3_hg602.recipe +++ b/haiku-apps/pe/pe-2.4.3_hg602.recipe @@ -10,7 +10,7 @@ COPYRIGHT=" 2003-2012 Team Pe " SRC_URI="hg+http://hg.berlios.de/repos/pe-editor#602" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -54,5 +54,5 @@ INSTALL() mkdir $prefix/bin cd $prefix/bin - ln -sfn ../apps/lpe . + ln -sfn ../apps/Pe/lpe . }