Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28881

Modified Files:
        erc.patch 
Log Message:
ln -s breaks any update of emacs

Index: erc.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/erc.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- erc.patch   20 Sep 2006 17:47:52 -0000      1.4
+++ erc.patch   14 Feb 2007 16:56:37 -0000      1.5
@@ -42,12 +42,12 @@
 +echo >&2 -n "install/erc: Byte-compiling for ${FLAVOR}..."
 +mkdir -p @PREFIX@/share/${FLAVOR}/site-lisp/erc;
 +for i in erc-auto.el erc-autoaway.el erc-autojoin.el erc-backend.el 
erc-bbdb.el erc-button.el erc-chess.el erc-compat.el erc-complete.el erc-dcc.el 
erc-ezbounce.el erc-fill.el erc-goodies.el erc-ibuffer.el erc-identd.el 
erc-imenu.el erc-lang.el erc-list.el erc-log.el erc-maint.el erc-match.el 
erc-menu.el erc-nets.el erc-netsplit.el erc-nicklist.el erc-nickserv.el 
erc-notify.el erc-page.el erc-pcomplete.el erc-replace.el erc-ring.el 
erc-sound.el erc-speak.el erc-speedbar.el erc-spelling.el erc-stamp.el 
erc-track.el erc-truncate.el erc-viper.el erc-xdcc.el erc.el erc-auto.in 
Makefile; do
-+    ln -s @PREFIX@/share/emacs/site-lisp/erc/${i} 
@PREFIX@/share/${FLAVOR}/site-lisp/erc/${i};
++    ln -fs @PREFIX@/share/emacs/site-lisp/erc/${i} 
@PREFIX@/share/${FLAVOR}/site-lisp/erc/${i};
 +done
 +
 +mkdir -p @PREFIX@/share/${FLAVOR}/site-lisp/erc/images;
 +for i in icq-offline.png icq-online.png irc-offline.png irc-online.png 
msn-offline.png msn-online.png; do
-+    ln -s @PREFIX@/share/emacs/site-lisp/erc/images/${i} 
@PREFIX@/share/${FLAVOR}/site-lisp/erc/images/${i};
++    ln -fs @PREFIX@/share/emacs/site-lisp/erc/images/${i} 
@PREFIX@/share/${FLAVOR}/site-lisp/erc/images/${i};
 +done
 +
 +cd @PREFIX@/share/${FLAVOR}/site-lisp/erc;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to