mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-07-23 00:24:34 +00:00
added addto build scripts
This commit is contained in:
@ -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}"
|
||||
|
@ -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}"
|
||||
|
@ -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}"
|
||||
|
@ -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")
|
Reference in New Issue
Block a user