Menu

#139 PPD build fails with DESTDIR set

Fixed
closed-fixed
8
2002-03-02
2001-11-17
No

The immediate problem is that the message catalogs
aren't removed. The more subtle problem is that they
aren't used, but they're installed wherever DESTDIR is.

***************
*** 197,203 ****
wdir=`pwd` ; \ cd $(top_builddir)/po ; \ $(MAKE) ; \ ! $(MAKE) prefix=$${wdir}/catalog
datadir=$${wdir}/catalog/share install
for language in $(ALL_LINGUAS) ; do \ mkdir ppd/$$language ; \ echo "$$language:" ; \ --- 194,200 ----
wdir=`pwd` ; \ cd $(top_builddir)/po ; \ $(MAKE) ; \ ! $(MAKE) DESTDIR= prefix=$${wdir}/catalog
datadir=$${wdir}/catalog/share install
for language in $(ALL_LINGUAS) ; do \ mkdir ppd/$$language ; \ echo "$$language:" ; \

Discussion

  • Robert Krawitz

    Robert Krawitz - 2001-11-18
    • milestone: 102264 --> Fixed
     
  • Robert Krawitz

    Robert Krawitz - 2001-11-18

    Logged In: YES
    user_id=5436

    Fix reviewed by Roger Leigh.

     
  • Robert Krawitz

    Robert Krawitz - 2001-11-24
    • status: open --> closed
     
  • Robert Krawitz

    Robert Krawitz - 2002-03-02
    • status: closed --> closed-fixed
     

Log in to post a comment.