mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Modification to match changes in rpm 4's parser; need to use
--target=noarch, rather than --target noarch.
This commit is contained in:
@@ -349,7 +349,7 @@ sub build {
|
||||
|
||||
# This is the new command line arcgument to make noarch
|
||||
# rpms. It appeared in rpm version 3.
|
||||
$opts="--target noarch" if $rpmarch eq 'noarch';
|
||||
$opts="--target=noarch" if $rpmarch eq 'noarch';
|
||||
}
|
||||
|
||||
$opts.=" $ENV{RPMBUILDOPTS}" if exists $ENV{RPMBUILDOPTS};
|
||||
|
||||
Reference in New Issue
Block a user