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

Modified Files:
        dpkg.info 
Log Message:
prohibit --build-as-nobody (causes sudo during 'fink install' in CompileScript 
to fail)


Index: dpkg.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/dpkg.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dpkg.info   29 Jun 2006 13:35:08 -0000      1.3
+++ dpkg.info   26 Jul 2006 06:03:05 -0000      1.4
@@ -18,6 +18,8 @@
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 CompileScript: <<
+ if [ $UID -ne 0 ]; then echo "dpkg cannot be built with --build-as-nobody"; 
exit 1; fi
+
  %p/bin/fink -y install gettext-bin libgettext3-dev libiconv-dev libncurses5
  cd %b/../gettext-0.14.5/gettext-tools; env EMACS=no ./configure 
--prefix="%b/../_inst%p" --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-included-gettext --disable-csharp 
--disable-rpath; make; rm -rf %b/../_inst; make install
  PERL=/usr/bin/perl ac_cv_path_MSGFMT="%b/../_inst%p/bin/msgfmt" 
ac_cv_path_XGETTEXT="%b/../_inst%p/bin/xgettext" ./configure 
--build=%m-apple-darwin %c


-------------------------------------------------------------------------
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