Ignore:
Timestamp:
Jan 20, 2007, 9:23:19 PM (17 years ago)
Author:
tabbott
Message:
Modifying Fedora specfiles to use the make install targets created by
previous checkin (except for tokensys, where it seems weird), and
fixing stupid errors in the Makefile.ins.  While I was at it, I fixed
some trailing whitespace in the specfiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/sqladm.spec

    r1 r89  
    2727%install
    2828[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    29 install -D signup-sql $RPM_BUILD_ROOT/usr/local/sbin/signup-sql
     29make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
    3030
    3131%clean
Note: See TracChangeset for help on using the changeset viewer.