File: step700.cmd

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (4 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download
1
2
3
4
# @ ${DSC_PATH}
for deb in $(ls *.deb); do
L "dpkg -c ${deb}" | sed -e 's/root.root...............-..-.. ..:../root\/root ... /'
done