c93406f23e
have fixed when I imported this port: don't build rpm using -static, as we don't intend to use rpm to install a new system (the configuration system of this port is stupid). one thing leading to another: fix the usual libtool bug, fix the usual gettext bug... fed up of GNU.
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
--- macros.in.orig Mon Dec 4 15:27:59 2000
|
|
+++ macros.in Mon Dec 4 15:28:33 2000
|
|
@@ -86,7 +86,7 @@
|
|
%_builddir %{_topdir}/BUILD
|
|
%_buildshell /bin/sh
|
|
%_bzip2bin @BZIP2BIN@
|
|
-%_dbpath %{_var}/lib/rpm
|
|
+%_dbpath %{_var}/db/rpm
|
|
%_dbpath_rebuild %{_dbpath}
|
|
%_defaultdocdir %{_usr}/doc
|
|
#
|