From fcf12b4f8dca4904ca56bea0c715b1e685f70663 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 28 Oct 2012 13:21:46 -0500 Subject: [PATCH] Updated build-nmh-cygwin for release of Cygwin nmh 1.5-2. To use: 1) Change VERSION to 1.5-2. 2) make dist 3) Symlink build-nmh-cygwin to nmh-1.5-2 and run that with "all". --- SPECS/build-nmh-cygwin | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SPECS/build-nmh-cygwin b/SPECS/build-nmh-cygwin index 8bbc644..b992cf2 100755 --- a/SPECS/build-nmh-cygwin +++ b/SPECS/build-nmh-cygwin @@ -47,15 +47,13 @@ export REL=`echo $tscriptname | sed -e "s/${PKG}\-${VER}\-//"` # Normally, these are identical, but if the Cygwin package name is different # from the upstream package name, you will want to redefine BASEPKG. # Example: For Apache 2, BASEPKG=httpd-2.x.xx but SHORTPKG=apache2-2.x.xx -export BASEPKG=${PKG}-${VER} -# Change from generic-build-script: redefined BASEPKG. -export BASEPKG=${PKG}-${VER}-dev +export BASEPKG=${PKG}-${VER}-${REL} export SHORTPKG=${PKG}-${VER} export FULLPKG=${SHORTPKG}-${REL} # determine correct decompression option and tarball filename # Change from generic-build-script: set scr_orig_pkg_name here. -export src_orig_pkg_name=nmh-1.5-dev.tar.gz +export src_orig_pkg_name=nmh-1.5-2.tar.gz if [ -e "${src_orig_pkg_name}" ] ; then # Change from generic-build-script: don't need the following line, use # opt_decomp of z. -- 1.7.10.4