source: rtems/scripts/common/common.add.in @ 66a26413

4.104.114.84.95
Last change on this file since 66a26413 was 66a26413, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/05 at 05:58:16

Remove os_install_post.

  • Property mode set to 100644
File size: 432 bytes
Line 
1#
2# Please send bugfixes or comments to
3#       http://www.rtems.com/cgi-bin/gnatweb.pl
4# or    mailto:@PACKAGE_BUGREPORT@
5#
6
7%define _prefix                 @prefix@
8%if "%{_prefix}" != "/usr"
9%define _infodir                %{_prefix}/info
10%define _mandir                 %{_prefix}/man
11%endif
12
13%define rpmgroup                @rpmgroup@
14
15%ifos cygwin cygwin32
16%define _exeext .exe
17%else
18%define _exeext %{nil}
19%endif
20
21BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
22
Note: See TracBrowser for help on using the repository browser.