Skip to content
Snippets Groups Projects
Verified Commit 89fe2a23 authored by Matthias Ahouansou's avatar Matthias Ahouansou
Browse files

newapkbuild: use maintainer variable instead of comment

parent 8c47dfcf
No related branches found
No related tags found
No related merge requests found
Pipeline #268024 passed
......@@ -304,7 +304,7 @@ newaport() {
# Generate header with standard variables
cat >APKBUILD<<__EOF__
# Contributor:${PACKAGER:+" "}${PACKAGER}
# Maintainer:${MAINTAINER:+" "}${MAINTAINER}
maintainer="$MAINTAINER"
pkgname=$pkgname
pkgver=$pv
pkgrel=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment