diff options
| author | ruki <[email protected]> | 2023-11-25 00:51:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-25 00:51:19 +0800 |
| commit | 43ac546cbd551bf06ae37a8211c8a65d9eadbb0b (patch) | |
| tree | 51f19b4dd5179a29cbcc6acb033e0eb6f8ef4467 /xmake/scripts | |
| parent | 103bbe833dc6c1e8203cab0e842e49cfa426d0a4 (diff) | |
add set_author and set_maintainer
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/runself/makeself.lsm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/scripts/xpack/runself/makeself.lsm b/xmake/scripts/xpack/runself/makeself.lsm index f71ea98c7..206c302c5 100644 --- a/xmake/scripts/xpack/runself/makeself.lsm +++ b/xmake/scripts/xpack/runself/makeself.lsm @@ -2,9 +2,9 @@ Begin3 Title: ${PACKAGE_TITLE} Version: ${PACKAGE_VERSION} Description: ${PACKAGE_DESCRIPTION} -Keywords: make build -Author: ruki ([email protected]) -Maintained-by: ruki ([email protected]) +Keywords: ${PACKAGE_NAME} +Author: $(PACKAGE_AUTHOR) +Maintained-by: $(PACKAGE_MAINTAINER) Original-site: ${PACKAGE_HOMEPAGE} Platform: Unix; Windows Copying-policy: ${PACKAGE_COPYRIGHT} |
