added addto build scripts

This commit is contained in:
K D Hedger
2017-05-07 14:30:10 +01:00
parent d4cd0e0c83
commit 6df4192a26
4 changed files with 3 additions and 4 deletions

View File

@ -14,6 +14,7 @@ BUILD=${BUILD:-1}
SECTION="ADMIN"
SUFFIX="LFSPKG"
TARBALL="${TARNAME}_${VERSION}.orig.tar.gz"
gettar "http://ftp.de.debian.org/debian/pool/main/a/at/${TARBALL}" $SECTION
PKG="${OUTPUT}/${PKGNAME}"

View File

@ -10,7 +10,6 @@ SECTION="HWARE"
SUFFIX="LFSPKG"
TARBALL="${TARNAME}-${VERSION}.tar.bz2"
scriptLog "${PKGNAME}-${VERSION}"
gettar "http://bitmath.org/code/mtdev/${TARBALL}" $SECTION
PKG="${OUTPUT}/${PKGNAME}"

View File

@ -15,7 +15,6 @@ SECTION="HWARE"
SUFFIX="LFSPKG"
TARBALL="${TARNAME}-${VERSION}.tar.bz2"
scriptLog ${PKGNAME}-${VERSION}
gettar "http://xorg.freedesktop.org/archive/individual/driver/${TARBALL}" $SECTION
PKG="${OUTPUT}/${PKGNAME}"

View File

@ -15,5 +15,5 @@ STARTAT="$1"
while read
do
sed 's|^\(gettar .*\)$|\nscriptLog "${PKGNAME}-${VERSION}"\n\1|' "$REPLY"
done < <(find ${LFS}//LFSPkgBuildScripts/${STARTAT} -iname "*.LFSBuild")
sed -i 's|^\(gettar .*\)$|\nscriptLog "${PKGNAME}-${VERSION}"\n\1|' "$REPLY"
done < <(find ${LFS}/LFSPkgBuildScripts/${STARTAT} -iname "*.LFSBuild")