mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
No need to copy images. I suggest install to system/apps because it is single file app.
This commit is contained in:
@@ -46,11 +46,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/chat
|
||||
cp -r images $appsDir/chat/
|
||||
echo 'dir:'
|
||||
pwd
|
||||
cp src/Chat $appsDir/chat/Chat
|
||||
|
||||
addAppDeskbarSymlink $appsDir/chat/Chat "Chat"
|
||||
mkdir -p $appsDir
|
||||
cp src/Chat $appsDir/Chat
|
||||
addAppDeskbarSymlink $appsDir/Chat "Chat"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user