Changeset 240
- Timestamp:
- Nov 18, 2011, 9:42:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified spec/trunk/SPECS/rpm.spec ¶
r207 r240 25 25 Name: rpm 26 26 Version: %{rpmver} 27 Release: 1 1%{?dist}27 Release: 12%{?dist} 28 28 Group: System Environment/Base 29 29 Url: http://www.rpm.org/ … … 205 205 # Using configure macro has some unwanted side-effects on rpm platform 206 206 # setup, use the old-fashioned way for now only defining minimal paths. 207 RPM_MKDIR="/@unixroot/ bin/mkdir.exe" ; export RPM_MKDIR ; \207 RPM_MKDIR="/@unixroot/usr/bin/mkdir.exe" ; export RPM_MKDIR ; \ 208 208 CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \ 209 209 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \ … … 459 459 460 460 %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.