Changeset 717

Show
Ignore:
Timestamp:
11/29/09 21:44:38 (2 months ago)
Author:
PavelVinogradov
Message:

Fix prefix in Debian package. Closes [400]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r713 r717  
    3838        make -f Makefile.cvs 
    3939        # Add here commands to configure the package. 
    40         ./configure --with-pq-includes=/usr/include/postgresql --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" 
     40        ./configure --with-pq-includes=/usr/include/postgresql --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix= --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" 
    4141 
    4242