mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
scriptureguide, fix install path (#4715)
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2004 Jan Bungeroth
|
||||
2005-2019 ScriptureGuide Team"
|
||||
LICENSE="GNU GPL v2
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Paradoxianer/ScriptureGuide/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d45a9be201e829a6c6c8e0cece33297899d89061f77c08e8f0a0c1a68a23c3c4"
|
||||
SOURCE_DIR="ScriptureGuide-$portVersion"
|
||||
@@ -53,9 +53,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir $docDir
|
||||
cp App/INSTALL.htm $docDir
|
||||
cp App/README.htm $docDir
|
||||
cp App/docs/* $docDir/
|
||||
cp App/INSTALL.htm $docDir
|
||||
cp App/README.htm $docDir
|
||||
cp -R App/docs/* $docDir/
|
||||
|
||||
cp -R App/ScriptureGuide* $appsDir
|
||||
addAppDeskbarSymlink $appsDir/ScriptureGuide
|
||||
|
||||
Reference in New Issue
Block a user