[gnome-themes-standard] build: fix distcheck
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] build: fix distcheck
- Date: Mon, 20 Aug 2012 18:11:02 +0000 (UTC)
commit d46aef17b0b3a87d2c507488cd6060661d2dd948
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Aug 20 20:00:50 2012 +0200
build: fix distcheck
themes/Adwaita/gtk-2.0/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
index 4a98c24..3b30883 100644
--- a/themes/Adwaita/gtk-2.0/Makefile.am
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -6,7 +6,7 @@ theme_DATA = gtkrc
asset_dirs = "Arrows" "Buttons" "Check-Radio" "Entry" "Expanders" \
"Handles" "Lines" "Menu-Menubar" "Others" "ProgressBar" \
"Range" "Scrollbars" "Shadows" "Spin" "Tabs" "Toolbar"
-asset_data =
+asset_data = \
Arrows/arrow-down-insens.png \
Arrows/arrow-down.png \
Arrows/arrow-down-prelight.png \
@@ -115,7 +115,7 @@ install-data-local:
uninstall-local:
for dir in $(asset_dirs); do \
for file in `cd $(srcdir)/$$dir && find . -maxdepth 1 \( -name "*.png" \)`; do \
- rm -f $(DESTDIR)$(datadir)/themes/Adwaita/gtk-2.0/$$dir; \
+ rm -f $(DESTDIR)$(datadir)/themes/Adwaita/gtk-2.0/$$dir/$$file; \
done; \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]