mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
Try /usr/src/rpm before /usr/src/redhat
This commit is contained in:
parent
ff9c544b88
commit
6ec35d7ceb
@ -28,7 +28,11 @@ BASE_VERSION="4.6.0"
|
|||||||
MC_BASE_DIR="/usr/src/mc-$BASE_VERSION"
|
MC_BASE_DIR="/usr/src/mc-$BASE_VERSION"
|
||||||
MC_CVS_DIR="/usr/src/mc"
|
MC_CVS_DIR="/usr/src/mc"
|
||||||
MC_BUILD_DIR="/usr/src/mc.snap"
|
MC_BUILD_DIR="/usr/src/mc.snap"
|
||||||
RPM_SRC_DIR="/usr/src/redhat"
|
if test -d "/usr/src/rpm"; then
|
||||||
|
RPM_SRC_DIR="/usr/src/rpm"
|
||||||
|
else
|
||||||
|
RPM_SRC_DIR="/usr/src/redhat"
|
||||||
|
fi
|
||||||
|
|
||||||
# Location of the snapshot directory
|
# Location of the snapshot directory
|
||||||
SITE="login.ibiblio.org"
|
SITE="login.ibiblio.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user