CRITICAL PATCH NO 1000
This commit is contained in:
parent
cf72136072
commit
79d6b7881b
1 changed files with 1 additions and 2 deletions
3
spkg
3
spkg
|
@ -21,8 +21,7 @@ instpkg() {
|
|||
mkdir -p "${tmpdir}"/spkg/work/"${1}"-work/
|
||||
cd "${tmpdir}"/spkg/work/"${1}"-work/ || exit 2
|
||||
mkdir -p "${prefix}"/usr/src/"${pkgname}"
|
||||
wget "${source}"/"${pkgname}"/Makefile
|
||||
mv "${prefix}"/usr/src/"${pkgname}"
|
||||
wget "${prefix}"/usr/src/"${pkgname}" "${source}"/"${pkgname}"/Makefile
|
||||
cd "${prefix}"/usr/src/"${pkgname}" || exit 2
|
||||
export PREFIX="${prefix}"
|
||||
export PKGNAME="${pkgname}"
|
||||
|
|
Loading…
Reference in a new issue