forgot some hardcoded "1.3" here.
2003-05-25 Michael Natterer <mitch@gimp.org> * data/misc/Makefile.am: forgot some hardcoded "1.3" here.
This commit is contained in:
parent
bbd2be1c28
commit
7860f1c776
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* data/misc/Makefile.am: forgot some hardcoded "1.3" here.
|
||||||
|
|
||||||
2003-05-25 Michael Natterer <mitch@gimp.org>
|
2003-05-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/uniteditor.c (unit_editor_dialog): removed a
|
* plug-ins/common/uniteditor.c (unit_editor_dialog): removed a
|
||||||
|
@ -30,18 +30,18 @@ install-data-local:
|
|||||||
if GNOME_DATADIR
|
if GNOME_DATADIR
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/applications \
|
cd $(DESTDIR)@GNOME_DATADIR@/applications \
|
||||||
&& rm -f gimp-1.3.desktop \
|
&& rm -f gimp-$(LT_RELEASE).desktop \
|
||||||
&& $(LN_S) $(miscdatadir)/gimp.desktop gimp-1.3.desktop \
|
&& $(LN_S) $(miscdatadir)/gimp.desktop gimp-$(LT_RELEASE).desktop \
|
||||||
; fi
|
; fi
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
|
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
|
||||||
&& rm -f gimp-1.3.applications \
|
&& rm -f gimp-$(LT_RELEASE).applications \
|
||||||
&& $(LN_S) $(miscdatadir)/gimp.applications gimp-1.3.applications \
|
&& $(LN_S) $(miscdatadir)/gimp.applications gimp-$(LT_RELEASE).applications \
|
||||||
; fi
|
; fi
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
|
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
|
||||||
&& rm -f gimp-1.3.keys \
|
&& rm -f gimp-$(LT_RELEASE).keys \
|
||||||
&& $(LN_S) $(miscdatadir)/gimp.keys gimp-1.3.keys \
|
&& $(LN_S) $(miscdatadir)/gimp.keys gimp-$(LT_RELEASE).keys \
|
||||||
; fi
|
; fi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -49,14 +49,14 @@ uninstall-local:
|
|||||||
if GNOME_DATADIR
|
if GNOME_DATADIR
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/applications; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/applications \
|
cd $(DESTDIR)@GNOME_DATADIR@/applications \
|
||||||
&& rm -f gimp-1.3.desktop \
|
&& rm -f gimp-$(LT_RELEASE).desktop \
|
||||||
; fi
|
; fi
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/application-registry; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
|
cd $(DESTDIR)@GNOME_DATADIR@/application-registry \
|
||||||
&& rm -f gimp-1.3.applications \
|
&& rm -f gimp-$(LT_RELEASE).applications \
|
||||||
; fi
|
; fi
|
||||||
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
|
if test -d $(DESTDIR)@GNOME_DATADIR@/mime-info; then \
|
||||||
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
|
cd $(DESTDIR)@GNOME_DATADIR@/mime-info \
|
||||||
&& rm -f gimp-1.3.keys \
|
&& rm -f gimp-$(LT_RELEASE).keys \
|
||||||
; fi
|
; fi
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user