--- freem/packaging/solaris/sparcv9/5.8/Attic/mkpkg 2025/03/07 17:55:27 1.1 +++ freem/packaging/solaris/sparcv9/5.8/Attic/mkpkg 2025/03/07 19:21:03 1.2 @@ -3,9 +3,17 @@ PKGTMP="/tmp/CLDWfreem" IFILES="${PKGTMP}/InfoFiles" +OLDDIR=$(pwd) +DISTROOT="../../../../" + rm -rf "${PKGTMP}" -mkdir -p "${PKGTMP}" -mkdir "${IFILES}" + +cd "${DISTROOT}" +./configure --prefix=${PKGTMP} +make +make install + +cd "${OLDDIR}" cat < "${PKGTMP}/pkginfo" PKG=CLDWfreem