-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
#### add the following lines to the package's setup script | ||
#### following lines incorporate helper resources into this script | ||
pkgDir=$( dirname $0 ) | ||
pkgName=$( basename $pkgDir ) | ||
pkgRoot=$( dirname $pkgDir ) | ||
if [ -e "$pkgDir/HelperResources/IncludeHelpers" ]; then | ||
source "$pkgDir/HelperResources/IncludeHelpers" | ||
elif [ -e "$pkgRoot/SetupHelper/HelperResources/IncludeHelpers" ]; then | ||
source "$pkgRoot/SetupHelper/HelperResources/IncludeHelpers" | ||
else | ||
echo "$pkgName: helper resources not found - can't continue" | tee -a "/data/log/SetupHelper" | ||
exit 1 | ||
fi | ||
|
||
#### following line incorporates helper resources into this script | ||
source "/data/SetupHelper/HelperResources/IncludeHelpers" | ||
#### end of lines to include helper resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8.0~32 | ||
v8.0~33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8.0~32 | ||
v8.0~33 |