[csw-devel] SF.net SVN: gar:[12016] csw/mgar/pkg/exim/branches/dir-loc-fixes/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Dec 18 22:26:43 CET 2010
Revision: 12016
http://gar.svn.sourceforge.net/gar/?rev=12016&view=rev
Author: bdwalton
Date: 2010-12-18 21:26:43 +0000 (Sat, 18 Dec 2010)
Log Message:
-----------
exim/dir-loc-fixes: tweak postinstall hook actions for new etc/ location
Modified Paths:
--------------
csw/mgar/pkg/exim/branches/dir-loc-fixes/Makefile
Modified: csw/mgar/pkg/exim/branches/dir-loc-fixes/Makefile
===================================================================
--- csw/mgar/pkg/exim/branches/dir-loc-fixes/Makefile 2010-12-18 21:18:02 UTC (rev 12015)
+++ csw/mgar/pkg/exim/branches/dir-loc-fixes/Makefile 2010-12-18 21:26:43 UTC (rev 12016)
@@ -109,7 +109,7 @@
mv exim-$(VERSION)-1 exim; \
/usr/ccs/bin/strip $(BINS); \
/usr/ccs/bin/mcs -d $(BINS))
- (cd $(DESTDIR)$(prefix)/etc/exim; \
+ (cd $(DESTDIR)/etc/opt/csw/exim; \
for i in aliases exim.conf; do \
if [ -r "$$i" ]; then \
echo "$$i -> $$i.CSW"; \
@@ -120,7 +120,7 @@
cp $(abspath $(FILEDIR)/cswexim) etc/opt/csw/init.d )
mkdir -p $(DESTDIR)$(prefix)/share/doc/exim
cp -p files/README.CSW $(DESTDIR)$(prefix)/share/doc/exim/README.CSW
- cp -p files/exim-env.sh $(DESTDIR)$(prefix)/etc/exim/exim-env.sh.CSW
+ cp -p files/exim-env.sh $(DESTDIR)/etc/opt/csw/exim/exim-env.sh.CSW
(cd $(WORKSRC)/doc; \
cp -p $(DOC_LIST) $(DESTDIR)$(prefix)/share/doc/exim)
gzip -f $(DESTDIR)$(prefix)/share/doc/exim/ChangeLog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list