fixed my bad programming
This commit is contained in:
parent
e85ac89dc9
commit
7ae624cee7
10
src/bin/gpkg
10
src/bin/gpkg
@ -107,7 +107,7 @@ get_pkg_sources() {
|
|||||||
pkgs=("${@}")
|
pkgs=("${@}")
|
||||||
for i in /opt/glacier/workspace/*; do
|
for i in /opt/glacier/workspace/*; do
|
||||||
source ${i}
|
source ${i}
|
||||||
${i} getsource
|
getsource
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -115,8 +115,8 @@ install_pkg() {
|
|||||||
pkgs=("${@}")
|
pkgs=("${@}")
|
||||||
for i in /opt/glacier/workspace/*; do
|
for i in /opt/glacier/workspace/*; do
|
||||||
source ${i}
|
source ${i}
|
||||||
${i} buildpkg
|
buildpkg
|
||||||
${i} installpkg
|
installpkg
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ update_pkg() {
|
|||||||
pkgs=("${@}")
|
pkgs=("${@}")
|
||||||
for i in /opt/glacier/workspace/*; do
|
for i in /opt/glacier/workspace/*; do
|
||||||
source ${i}
|
source ${i}
|
||||||
${i} updatepkg
|
updatepkg
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ remove_pkg() {
|
|||||||
pkgs=("${@}")
|
pkgs=("${@}")
|
||||||
for i in /opt/glacier/workspace/*; do
|
for i in /opt/glacier/workspace/*; do
|
||||||
source ${i}
|
source ${i}
|
||||||
${i} removepkg
|
removepkg
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user