Changeset 849 for server/common/oursrc/execsys/Makefile.in
- Timestamp:
- Oct 8, 2008, 2:34:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/Makefile.in
r825 r849 19 19 install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt 20 20 install -D -p -m755 static-cat $(DESTDIR)$(SYSCATPATH)/static-cat 21 install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl 22 21 23 install -D -p -m755 svnproxy.pl $(DESTDIR)$(sbindir)/svnproxy.pl 22 install -D -p -m755 ldapize.pl $(DESTDIR)$(sbindir)/ldapize.pl23 24 install -D -p -m755 svn $(DESTDIR)$(trusteddir)/svn 24 25 install -D -p -m644 scripts-svn.xinetd $(DESTDIR)/etc/xinetd.d/scripts-svn 26 27 install -D -p -m755 gitproxy.pl $(DESTDIR)$(sbindir)/gitproxy.pl 28 install -D -p -m755 git $(DESTDIR)$(trusteddir)/git 29 install -D -p -m644 scripts-git.xinetd $(DESTDIR)/etc/xinetd.d/scripts-git 25 30 26 31 clean:
Note: See TracChangeset
for help on using the changeset viewer.