lfs-buildscripts/CH8Build/CH08.02-iana-etc.sh
YellowJacketLinux 86245889f4 bug fixes
2024-10-04 01:45:32 -07:00

18 lines
301 B
Bash

#!/bin/bash
source versions.sh
GLSOURCES="/sources"
pushd $GLSOURCES > /dev/null 2>&1 || myfail "Failed to move to ${GLSOURCES}"
[ -d iana-etc-${iana_etc_version} ] && rm -rf iana-etc-${iana_etc_version}
tar -zxf ${iana_etc_tarball}
cd iana-etc-${iana_etc_version}
cp services protocols /etc