mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Corrected checking of system() in Deb::prep. Closes: #63396
This commit is contained in:
@@ -251,7 +251,7 @@ sub prep {
|
||||
if (defined $this->patchfile) {
|
||||
# The -f passed to zcat makes it pass uncompressed files
|
||||
# through without error.
|
||||
system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") ||
|
||||
system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") &&
|
||||
die "patch error: $!";
|
||||
# Look for .rej files.
|
||||
die "patch failed with .rej files; giving up"
|
||||
|
||||
Reference in New Issue
Block a user