--- freem/scripts/fmd-package 2025/04/06 05:01:21 1.2 +++ freem/scripts/fmd-package 2025/04/07 00:45:52 1.3 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# $Id: fmd-package,v 1.2 2025/04/06 05:01:21 snw Exp $ +# $Id: fmd-package,v 1.3 2025/04/07 00:45:52 snw Exp $ # Prepare a binary package for the current platform # # @@ -25,6 +25,9 @@ # along with FreeM. If not, see . # # $Log: fmd-package,v $ +# Revision 1.3 2025/04/07 00:45:52 snw +# Enhance fmd-pkg-dpkg to auto-generate the debian/changelog file from the FreeM ChangeLog +# # Revision 1.2 2025/04/06 05:01:21 snw # Initial working implementation of fmd package for dpkg # @@ -60,7 +63,7 @@ then usage fi -if [[ $# != 2 ]] +if [[ $# != 1 ]] then echo "package: must be run from 'fmd package'" exit 1