From ca3d4c144a7e7da28d591416513ee1248610aede Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 26 Apr 2009 14:53:32 +0000 Subject: [PATCH] Ooops removed too much during the last cleanup. --- buildpkg.packaging.irix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index 5e28820..057a81d 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -668,6 +668,9 @@ create_idb() # We unconditionally assume that relnotes are installed now that we # always use the global template as a fallback in auto_rel + local relmetadir=${stagedir}${metainstalldir}relnotes/$topdir-$version-$pkgver + ${__mkdir} -p $relmetadir + echo "" > ${relmetadir}/${topdir}.txt add_files "${metaprefix}relnotes" opt.relnotes - root sys "" pc[$pcpos]="opt.relnotes" let "pcpos = pcpos + 1"