summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolf2002-08-16 15:02:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1dbd50d9cd74f29750b1ed89774041f0d6bd5445 (patch)
tree61b3591c97405d576c941a6af7f8ccd65e864445
parente0e3088f9622a3c4de8b84c4a69a1f38996ffa99 (diff)
downloadgnome-terminal-1dbd50d9cd74f29750b1ed89774041f0d6bd5445.zip
gnome-terminal-1dbd50d9cd74f29750b1ed89774041f0d6bd5445.tar.gz
- remove dtd fix
- don't run gconf in makefile (strange, worked without it before) Changed files: gnome-terminal.spec -> 1.11
-rw-r--r--gnome-terminal.spec9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnome-terminal.spec b/gnome-terminal.spec
index 530bb96..aad477d 100644
--- a/gnome-terminal.spec
+++ b/gnome-terminal.spec
@@ -41,13 +41,8 @@ install -d $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- omf_dest_dir=%{_omf_dest_dir}/%{name}
-
-for i in `find $RPM_BUILD_ROOT -name "*\.xml" | grep help`
-do
- sed s@http://www.oasis-open.org/docbook/xml/4.1.2@/usr/share/sgml/docbook/xml-dtd-4.1.2@ $i > $i-
- mv -f $i- $i
-done
+ omf_dest_dir=%{_omf_dest_dir}/%{name} \
+ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%find_lang %{name} --with-gnome --all-name