3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/sh
|
||
|
patch -p1 < "${FILESDIR}"/0001_prevent_makeicecat_from_writing_to_slash_tmp.patch
|