mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix provides entries in haiku-apps
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user