Browse Source

scripts: changed Build-Pkg to not include reference to t2 package matrix in /var/adm/packages/$pkg when there is no URL tag within $pkg.desc

user/chris/test/arm
Christian Wiese 12 years ago
parent
commit
48d9e296bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      scripts/Build-Pkg

+ 2
- 2
scripts/Build-Pkg

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: scripts/Build-Pkg
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -858,7 +858,7 @@ Status: ${desc_S:-ALPHA}, License: ${desc_L:-Unknown}
$( echo "${desc_T:-No description available.}" | sed 's,^, ,' )
URL(s):
$( echo "${desc_U:-http://www.t2-project.org/packages/$pkg.html}" | sed 's,^, ,' )
$( echo "${desc_U:-No URL available.}" | sed 's,^, ,' )
Original Author(s):
$( echo "${desc_A:-Unknown}" | sed 's,^, ,' )

Loading…
Cancel
Save