Fix provides entries in haiku-apps

This commit is contained in:
Sergei Reznikov
2014-10-29 00:25:03 +03:00
parent 7effcc23f6
commit 9e5d620a71
76 changed files with 79 additions and 71 deletions

View File

@@ -17,8 +17,7 @@ ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
filwip = $portVersion
app:filwip = $portVersion
cmd:filwip = $portVersion
app:FilWip = $portVersion
"
REQUIRES="
@@ -49,11 +48,9 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/FilWip
mkdir -p $binDir
cp -rf Plugins $appsDir/FilWip/Plugins
cp FilWip $appsDir/FilWip/FilWip
addAppDeskbarSymlink $appsDir/FilWip/FilWip
ln -s $appsDir/FilWip/FilWip $binDir/FilWip
}