]> git.pld-linux.org Git - packages/GConf2.git/blobdiff - GConf2-NO_MAJOR_VERSION.patch
- updated for 2.16.0
[packages/GConf2.git] / GConf2-NO_MAJOR_VERSION.patch
index 93eaca57e84a23faca08426e21314605d3d9c846..a7aa9f9f26b84081adbc1b87d0240c07dc414dca 100644 (file)
@@ -40,14 +40,14 @@ diff -Nur GConf-1.2.1/gconf/Makefile.am GConf-1.2.1.new/gconf/Makefile.am
 @@ -122,8 +122,8 @@
  EXTRA_DIST=GConf.idl default.path.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh
  
- install-data-local:
+ install-data-local: default.path
 -      $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)
 -      $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
 +      $(mkinstalldirs) $(DESTDIR)$(sysgconfdir)
 +      $(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/path
  
- gconfmarshal.h: @REBUILD@ stamp-gconfmarshal.h
-       @true
+ uninstall-local:
+       rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
 diff -Nur GConf-1.2.1/gconf-2.0.pc.in GConf-1.2.1.new/gconf-2.0.pc.in
 --- GConf-1.2.1/gconf-2.0.pc.in        Tue Jul 23 19:14:07 2002
 +++ GConf-1.2.1.new/gconf-2.0.pc.in    Thu Aug 15 02:19:08 2002
This page took 0.123706 seconds and 4 git commands to generate.