mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
armyknife, bump git checkout, fix documentation paths (#6194)
This commit is contained in:
@@ -8,10 +8,10 @@ HOMEPAGE="https://github.com/HaikuArchives/ArmyKnife"
|
||||
COPYRIGHT="2000-2001 Jason Burgess
|
||||
2015-2016 Markus Himmel"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
srcGitRev="f31ef34748a0cb2cc77fff788085cffd84cd2204"
|
||||
REVISION="5"
|
||||
srcGitRev="4e92b18705930e32fd162273a58647fc7fc55537"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ArmyKnife/archive/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="0b6e92953a2779ccd477b9ac25a8e364141aa903446db7be09c0233c0623f550"
|
||||
CHECKSUM_SHA256="60ca86043552566fb6170f3a79129698a848bb40372b74b4a9d5b9279fe42055"
|
||||
SOURCE_DIR="ArmyKnife-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
@@ -46,10 +46,10 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/ArmyKnife/Documentation
|
||||
mkdir -p $appsDir/ArmyKnife/documentation
|
||||
|
||||
cp -r documentation/armyknife $appsDir/ArmyKnife/Documentation/
|
||||
cp documentation/armyknife_changelog.txt $appsDir/ArmyKnife/Documentation
|
||||
cp -r documentation/armyknife $appsDir/ArmyKnife/documentation/
|
||||
cp documentation/changelog.txt $appsDir/ArmyKnife/documentation
|
||||
cp bin/ArmyKnife $appsDir/ArmyKnife
|
||||
|
||||
addAppDeskbarSymlink $appsDir/ArmyKnife/ArmyKnife
|
||||
|
||||
Reference in New Issue
Block a user