]> git.pld-linux.org Git - packages/glib2.git/blob - glib2-DESTDIR.patch
- updated to 2.0.0 release candidate 1
[packages/glib2.git] / glib2-DESTDIR.patch
1 diff -urN glib-1.3.10.org/glib/Makefile.in glib-1.3.10/glib/Makefile.in
2 --- glib-1.3.10.org/glib/Makefile.in    Sun Oct 28 13:50:29 2001
3 +++ glib-1.3.10/glib/Makefile.in        Sun Oct 28 13:51:33 2001
4 @@ -1043,8 +1043,8 @@
5  @MS_LIB_AVAILABLE_FALSE@uninstall-ms-lib:
6  
7  install-data-local: install-ms-lib install-libtool-import-lib
8 -       @if test -f $(glibincludedir)/glist.h ; then                                    \
9 -         echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
10 +       @if test -f $(DESTDIR)$(glibincludedir)/glist.h ; then                                  \
11 +         echo "*** Old headers found in $(DESTDIR)$(glibincludedir). You should remove the" ;  \
12           echo "*** contents of this directory and type 'make install' again." ;        \
13           false ;                                                                       \
14          fi
This page took 0.029136 seconds and 3 git commands to generate.