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/common/oursrc/accountadm/Makefile.in

    r87 r89  
    1010
    1111install:
    12         install -p -m755 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
     12        install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
    1313        install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash
    14         install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
     14        install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof
    1515        install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
    1616        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
Note: See TracChangeset for help on using the changeset viewer.