Ignore:
Timestamp:
Jan 20, 2007, 9:23:19 PM (18 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/accountadm.spec

    r67 r89  
    3030%install
    3131[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    32 install -D modbashrc $RPM_BUILD_ROOT/usr/local/etc/modbashrc
    33 install -D modbash $RPM_BUILD_ROOT/usr/local/bin/modbash
    34 install -D admof $RPM_BUILD_ROOT/usr/local/sbin/admof
    35 install -D signup-scripts-frontend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-frontend
    36 install -D signup-scripts-backend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-backend
     32make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
    3733
    3834%clean
Note: See TracChangeset for help on using the changeset viewer.