Magellan Linux

Annotation of /trunk/libgphoto2/patches/libgphoto2-2.3.1-rpm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 456 byte(s)
-import

1 niro 144
2     It tries to creat /var/lib/rpm...
3    
4     diff -urNp libgphoto2-2.3.1.org/configure libgphoto2-2.3.1/configure
5     --- libgphoto2-2.3.1.org/configure 2006-12-24 21:12:44.000000000 +0200
6     +++ libgphoto2-2.3.1/configure 2007-01-29 23:28:31.000000000 +0200
7     @@ -30296,7 +30296,7 @@ fi
8     # RPM packages or not.
9    
10    
11     -if rpm -q libusb-devel > /dev/null 2>&1; then
12     +if false -q libusb-devel > /dev/null 2>&1; then
13     RPM_LIBUSB_DEVEL_TRUE=
14     RPM_LIBUSB_DEVEL_FALSE='#'
15     else