mirror of https://github.com/MidnightCommander/mc
Revert overriding RPM target. It can lead to broken packages.
linux32 wrapper should be used instead.
This commit is contained in:
parent
762ca4381b
commit
0c198ddc7b
|
@ -39,7 +39,7 @@ DIR="/public/ftp/pub/Linux/utils/file/managers/mc/snapshots"
|
|||
# DIR="/public/html/mc/snapshots"
|
||||
|
||||
# Command for building RPM
|
||||
RPMBUILD="lsb-rpm --target i386-unknown-linux-gnu"
|
||||
RPMBUILD=lsb-rpm
|
||||
|
||||
cd "$MC_CVS_DIR"
|
||||
cvs up -dPA
|
||||
|
|
Loading…
Reference in New Issue