Compare commits
1 Commits
lib32-libn
...
error-mess
| Author | SHA1 | Date | |
|---|---|---|---|
| c92a3b4b30 |
@@ -51,7 +51,7 @@ for (@ARGV) {
|
|||||||
if ($end_index != 0) {
|
if ($end_index != 0) {
|
||||||
splice(@lines, $end_index, 0, "\n" . $line_prefix . $remove_var . "\n");
|
splice(@lines, $end_index, 0, "\n" . $line_prefix . $remove_var . "\n");
|
||||||
} else {
|
} else {
|
||||||
die("Error: Unable to find package section in PKGBUILD.\n");
|
die("Error: Unable to find " . $package_block . " section in PKGBUILD.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user