Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
66e5205f
Commit
66e5205f
authored
3 years ago
by
Justin Berthault
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/makeself: upgrade to 2.4.4
parent
635fae14
No related branches found
No related tags found
1 merge request
!22130
testing/makeself: upgrade to 2.4.4
Pipeline
#84103
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/makeself/APKBUILD
+5
-3
5 additions, 3 deletions
testing/makeself/APKBUILD
testing/makeself/makeself-header_path.patch
+2
-1
2 additions, 1 deletion
testing/makeself/makeself-header_path.patch
with
7 additions
and
4 deletions
testing/makeself/APKBUILD
+
5
−
3
View file @
66e5205f
# Maintainer: Pedro Filipe <xpecex@outlook.com>
pkgname
=
makeself
pkgver
=
2.4.
3
pkgver
=
2.4.
4
pkgrel
=
0
pkgdesc
=
"Generate a self-extractable compressed tar archive from a directory"
options
=
"!check"
# Github tarball is incomplete
...
...
@@ -17,5 +17,7 @@ package() {
install
-Dm755
makeself-header.sh
"
$pkgdir
"
/usr/bin/makeself-header
}
sha512sums
=
"d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13 makeself-release-2.4.3.tar.gz
f3295955a92a04330b73a2ec80ed92421f3035cd09f5711733709a77b293a862f0e76fc4819673d161b7487eb7ef1790b071348cbe57f3050551a18b91e83315 makeself-header_path.patch"
sha512sums
=
"
3d4d03458f7f11a8df46340d1b489ca60d413d5ed857cc67bb8ef15335ce2848e4675e080791c26fdf29423f813d468b4b797438fe0876dad54e85c6346b9b8b makeself-release-2.4.4.tar.gz
0d334c17f3801961cb0ed9175734bdac3bf0fdf40531707bedcd75a9e7d2fb6f5dd7e377cf31cc851000d002ea7059e65280efbcb10e923d4e02714c890ba37b makeself-header_path.patch
"
This diff is collapsed.
Click to expand it.
testing/makeself/makeself-header_path.patch
+
2
−
1
View file @
66e5205f
...
...
@@ -2,12 +2,13 @@ Upstream: No
Reason: hardcoded path specific to Alpine Linux
--- ./makeself.sh
+++ ./makeself.sh
@@ -
185
,7 +
185
,7 @@
@@ -
208
,7 +
208
,7 @@
TAR_EXTRA=""
GPG_EXTRA=""
DU_ARGS=-ks
-HEADER=`dirname "$0"`/makeself-header.sh
+HEADER=/usr/bin/makeself-header
SIGNATURE=""
TARGETDIR=""
NOOVERWRITE=n
DATE=`LC_ALL=C date`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment