]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- remove dtd fix
authorwolf <wolf@pld-linux.org>
Fri, 16 Aug 2002 15:02:22 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't run gconf in makefile (strange, worked without it before)

Changed files:
    gnome-terminal.spec -> 1.11

gnome-terminal.spec

index 530bb96e7e16d73450be6ad5c071dfd8be35a51d..aad477d619679e376621235c17a0ffb57b48e409 100644 (file)
@@ -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
 
This page took 0.089067 seconds and 4 git commands to generate.