summaryrefslogtreecommitdiff
path: root/construct.sh
diff options
context:
space:
mode:
Diffstat (limited to 'construct.sh')
-rwxr-xr-xconstruct.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/construct.sh b/construct.sh
index 979269048..f31d1c5ca 100755
--- a/construct.sh
+++ b/construct.sh
@@ -110,8 +110,6 @@ cd "${PKG_REPO}/dists/ios/"
for PKG_CFTARG in */ */*/binary*/; do
pushd ${PKG_CFTARG}
-# for PKG_ARCH in */; do
-# pushd ${PKG_ARCH}
{
cat <<EOF
Origin: Bingner/Elucubratus
@@ -134,7 +132,5 @@ EOF
rm -f Release.gpg
gpg -abs -o Release.gpg Release
-# popd
-# done
popd
done