Fix symlink to lpe in Pe package.

This commit is contained in:
Oliver Tappe
2013-04-28 17:46:25 +02:00
parent 0a9559b581
commit fde5fa3853

View File

@@ -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 .
}