X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=SPECS%2Fbuild-nmh-cygwin;h=b992cf2a385cc342b09f6063734cd7ccb03fb701;hb=884c2f0375bc6108a9902bf0971844d34585c418;hp=8bbc644bb4130b96475bd079d17f09fede07637e;hpb=ad3fe946829f332d241a789c4e7758d6f7aba003;p=mmh 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.