summaryrefslogtreecommitdiffstats
path: root/scripts/ipkg-push
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ipkg-push')
-rwxr-xr-xscripts/ipkg-push6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ipkg-push b/scripts/ipkg-push
index a0c03f52f..5e41931e6 100755
--- a/scripts/ipkg-push
+++ b/scripts/ipkg-push
@@ -170,5 +170,11 @@ for packet in $IPKG_PACKETS; do
rm -f $POOL/$packet
done
+# Everything finished, create the packet index
+
+echo "creating index.....: "
+
+(cd $REPODIR/$PROJECT/dists/$DIST && ipkg-make-index . > Packages)
+
exit