[gnome-disk-utility] Better "fix distcheck"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Better "fix distcheck"
- Date: Sun, 22 Mar 2015 19:45:07 +0000 (UTC)
commit 3cbf63d182316cf39795848412cd56ec9be3973d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Mar 22 14:44:19 2015 -0500
Better "fix distcheck"
My first patch was technically correct, the quotes were not in the most
intuitive place....
data/icons/HighContrast/Makefile.am | 2 +-
data/icons/hicolor/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/icons/HighContrast/Makefile.am b/data/icons/HighContrast/Makefile.am
index 9562884..9c2bfc3 100644
--- a/data/icons/HighContrast/Makefile.am
+++ b/data/icons/HighContrast/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/HighContrast
install-data-hook:
- @-if test -z "$(DESTDIR)"/icons/HighContrast; then \
+ @-if test -z "$(DESTDIR)/icons/HighContrast"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
diff --git a/data/icons/hicolor/Makefile.am b/data/icons/hicolor/Makefile.am
index 41e0dab..b68d80c 100644
--- a/data/icons/hicolor/Makefile.am
+++ b/data/icons/hicolor/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
- @-if test -z "$(DESTDIR)"/icons/hicolor; then \
+ @-if test -z "$(DESTDIR)/icons/hicolor"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]