Commit fbfd4faf authored by Sergei Golubchik's avatar Sergei Golubchik

autobake-deb.sh: include symlinks in the final listing

parent 79b89017
......@@ -173,7 +173,7 @@ then
for package in `ls *.deb`
do
echo $package | cut -d '_' -f 1
dpkg-deb -c $package | awk '{print $1 " " $2 " " $6}' | sort -k 3
dpkg-deb -c $package | awk '{print $1 " " $2 " " $6 " " $7 " " $8}' | sort -k 3
echo "------------------------------------------------"
done
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment