mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
BePDF: fix documentation folder
Now the "Show help..." menu works.
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="1997 Benoit Triquet
|
||||
2013-2018 Augustin Cavalier
|
||||
2019-2021 HaikuArchives Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
srcGitRev="7faf1810d975e3235c73b508c6d2c625b2c47dd4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePDF/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="0a792f33b17781c11315ad0a3f2198255ce8bfa8308edabfa67cc8f14b1b8f8f"
|
||||
@@ -63,7 +63,7 @@ INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -dR dist $appsDir/BePDF
|
||||
cp -r docs-build $appsDir/BePDF/docs
|
||||
cp -r docs-build/* $appsDir/BePDF/docs
|
||||
|
||||
addAppDeskbarSymlink $appsDir/BePDF/BePDF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user