Re: [pacman-dev] [PATCH 1/3] makepkg: Move .PKGINFO creation into a function.
22 Jun
2009
22 Jun
'09
6 a.m.
On Sun 21 Jun 2009 20:49 +1000, Allan McRae wrote:
Loui Chang wrote:
Signed-off-by: Loui Chang <louipc.ist@gmail.com> --- scripts/makepkg.sh.in | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-)
I'd like this to stay at the top of create_package as nameofpkg is also needed there. Then write_pkginfo can just be called with "write_pkginfo $nameofpkg"
if [ -z "$1" ]; then nameofpkg="$pkgname" else nameofpkg="$1" fi
The warning about license should be moved to the write_pkginfo function.
Alright another one is coming with those suggestions.
5661
Age (days ago)
5661
Last active (days ago)
0 comments
1 participants
participants (1)
-
Loui Chang