mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
bug fixes
This commit is contained in:
parent
2423f6d416
commit
86245889f4
@ -6,11 +6,11 @@ GLSOURCES="/sources"
|
|||||||
|
|
||||||
pushd $GLSOURCES > /dev/null 2>&1 || myfail "Failed to move to ${GLSOURCES}"
|
pushd $GLSOURCES > /dev/null 2>&1 || myfail "Failed to move to ${GLSOURCES}"
|
||||||
|
|
||||||
[ -d iana-etc-${man_pages_version} ] && rm -rf iana-etc-${man_pages_version}
|
[ -d iana-etc-${iana_etc_version} ] && rm -rf iana-etc-${iana_etc_version}
|
||||||
|
|
||||||
tar -zxf ${iana_etc_tarball}
|
tar -zxf ${iana_etc_tarball}
|
||||||
|
|
||||||
cd iana-etc-${man_pages_version}
|
cd iana-etc-${iana_etc_version}
|
||||||
|
|
||||||
cp services protocols /etc
|
cp services protocols /etc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user