Changeset 240


Ignore:
Timestamp:
Nov 18, 2011, 9:42:54 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: rpm prepare for /bin removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/rpm.spec

    r207 r240  
    2525Name: rpm
    2626Version: %{rpmver}
    27 Release: 11%{?dist}
     27Release: 12%{?dist}
    2828Group: System Environment/Base
    2929Url: http://www.rpm.org/
     
    205205# Using configure macro has some unwanted side-effects on rpm platform
    206206# setup, use the old-fashioned way for now only defining minimal paths.
    207 RPM_MKDIR="/@unixroot/bin/mkdir.exe" ; export RPM_MKDIR ; \
     207RPM_MKDIR="/@unixroot/usr/bin/mkdir.exe" ; export RPM_MKDIR ; \
    208208CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \
    209209LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \
     
    459459
    460460%changelog
     461* Fri Nov 18 2011 yd
     462- keep all executables to /usr/bin and place symlinks in /bin
Note: See TracChangeset for help on using the changeset viewer.