Author: nkinder
Update of /cvs/dirsec/setuputil/installer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16325/installer
Modified Files: Makefile Log Message: 176156 - Allow all installer strings to be overridden by resource file settings
Index: Makefile =================================================================== RCS file: /cvs/dirsec/setuputil/installer/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 26 Oct 2005 16:38:10 -0000 1.3 +++ Makefile 20 Dec 2005 00:06:45 -0000 1.4 @@ -132,6 +132,7 @@ cp -p scripts/unzip_wrapper.pl $(PKGTOP)/bin cp -p inf/setup.inf $(PKGDIR)/bin cp -p inf/silent.inf $(PKGDIR)/bin + cp -p inf/setup.res $(PKGDIR)/bin cp -p $(OBJDIR)/LICENSE.txt $(PKGDIR)/bin cp -p $(OBJDIR)/README.txt $(PKGDIR)/bin # Create svrcore package
389-commits@lists.fedoraproject.org