linux/debian/patches/features/all/rt/convert-series

6 lines
277 B
Bash
Executable File

#!/bin/sh
# Add directory prefix to all filenames, but leave comments and
# empty lines unchanged. Also comment out localversion.patch.
sed -r -e 's,^localversion.patch,#&,' -e 's,^[^# \t],features/all/rt/&,' "debian/patches/features/all/rt/series" > debian/patches/series-rt