[freetds] freetds-doc-* RPM package is empty

Chad Wagner vdr781 at yahoo.com
Tue Apr 1 19:32:48 EST 2003


Minor patch to fix order of untar/gzip before "make
install".

After installation the .tgz files are removed, and the
RPM package ends up empty.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
-------------- next part --------------
Index: freetds.spec.in
===================================================================
RCS file: /cvsroot/freetds/freetds/freetds.spec.in,v
retrieving revision 1.10
diff -u -r1.10 freetds.spec.in
--- freetds.spec.in	30 Mar 2003 15:59:12 -0000	1.10
+++ freetds.spec.in	2 Apr 2003 03:23:56 -0000
@@ -51,9 +51,9 @@
  
 %install 
 rm -rf "$RPM_BUILD_ROOT"
-make DESTDIR="$RPM_BUILD_ROOT" install
 gunzip -c doc/userguide.tgz | tar x
 gunzip -c doc/reference.tgz | tar x
+make DESTDIR="$RPM_BUILD_ROOT" install
 
 %post 
 /sbin/ldconfig 


More information about the FreeTDS mailing list