data: in Makefile.am, make sure to uninstall gimp-release
(cherry picked from commit cf574c44fb)
This commit is contained in:
parent
860415b0f8
commit
75441884d0
1 changed files with 3 additions and 0 deletions
|
|
@ -19,3 +19,6 @@ install-data-local:
|
|||
$(mkinstalldirs) $(DESTDIR)$(fontdir)
|
||||
echo '[package]' > $(DESTDIR)$(gimpdatadir)/gimp-release
|
||||
echo 'revision=@GIMP_PACKAGE_REVISION@' >> $(DESTDIR)$(gimpdatadir)/gimp-release
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(gimpdatadir)/gimp-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue