Bugzilla – Attachment #875152: nvidia package change for bug #1224402
echo "static struct {
const char *short_description;
const char *description;
} __nv_patches[] = {"
} const __nv_patches[] = {"
for i in $PATCHES; do
echo "{ \"$i\", NV_PATCH_${i}_DESCRIPTION },"
done