Browse Source

faking rpm with true was a bad idea - some packages try to extract the version

and fail with ugly (hard to debug) errors later if they try to use sed to
substitude an empty version :-(


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2122 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0e2b7bcff8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      scripts/parse-config

+ 0
- 3
scripts/parse-config

@ -136,6 +136,3 @@ export NM="${archprefix}nm" KCC="${archprefix}kcc"
export F77="${archprefix}f77" MAKE="make"
export AWK="gawk" SED="sed"
# don't use this stuff e.g. in broken configure scripts
export RPM="/bin/true"

Loading…
Cancel
Save