diff options
author | Pedro Filipe <xpecex@outlook.com> | 2018-09-13 22:19:48 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-14 11:44:22 -0300 |
commit | 3fb7ffe9ba9287fda7a236e221b5ab5150883c14 (patch) | |
tree | 40e43f07dd00030333d4ee7ca0452837b0c8cf37 /testing/makeself/makeself-header_path.patch | |
parent | 1874d82fc679aa7971980674adb504990b160105 (diff) | |
download | aports-3fb7ffe9ba9287fda7a236e221b5ab5150883c14.tar.bz2 aports-3fb7ffe9ba9287fda7a236e221b5ab5150883c14.tar.xz |
testing/makeself: new aport
Generate a self-extractable compressed tar archive from a directory
https://makeself.io/
Diffstat (limited to 'testing/makeself/makeself-header_path.patch')
-rw-r--r-- | testing/makeself/makeself-header_path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/makeself/makeself-header_path.patch b/testing/makeself/makeself-header_path.patch new file mode 100644 index 0000000000..eb0aba5234 --- /dev/null +++ b/testing/makeself/makeself-header_path.patch @@ -0,0 +1,12 @@ +--- ./makeself.sh ++++ ./makeself.sh +@@ -185,7 +185,7 @@ + TAR_EXTRA="" + GPG_EXTRA="" + DU_ARGS=-ks +-HEADER=`dirname "$0"`/makeself-header.sh ++HEADER=/usr/bin/makeself-header + TARGETDIR="" + NOOVERWRITE=n + DATE=`LC_ALL=C date` + |