version 1.6, 2025/03/09 19:14:24
|
version 1.8, 2025/03/10 18:00:04
|
Line 26
|
Line 26
|
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# |
# |
# $Log$ |
# $Log$ |
|
# Revision 1.8 2025/03/10 18:00:04 snw |
|
# Fix formatting in mk-solaris-pkg |
|
# |
|
# Revision 1.7 2025/03/10 15:13:18 snw |
|
# Enhance mk-solaris-package script to validate arguments |
|
# |
# Revision 1.6 2025/03/09 19:14:24 snw |
# Revision 1.6 2025/03/09 19:14:24 snw |
# First phase of REUSE compliance and header reformat |
# First phase of REUSE compliance and header reformat |
# |
# |
Line 34
|
Line 40
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
# SPDX-License-Identifier: AGPL-3.0-or-later |
# |
# |
|
|
|
PGM=$(basename $0) |
|
|
|
if [[ $# != 2 ]] |
|
then |
|
echo "usage: ${PGM} <architecture> <os>" |
|
echo " <architecture> should be sparc, sparcv9, i386, or amd64" |
|
echo " <os> should be solaris or openindiana" |
|
exit 1 |
|
fi |
|
|
PKG=CLDfreem |
PKG=CLDfreem |
ARCH=$1 |
ARCH=$1 |