mirror of https://github.com/GNOME/gimp.git
data: in Makefile.am, make sure to uninstall gimp-release
This commit is contained in:
parent
75838a59a8
commit
cf574c44fb
|
@ -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 New Issue