summaryrefslogtreecommitdiff
path: root/24x24/stock
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-04 15:50:14 +0000
committerRodney Dawes <dobey@src.gnome.org>2005-09-04 15:50:14 +0000
commit8cefef9f6f4a4ed80ad22b47de5ffb75acb9263e (patch)
tree81b96ea1053110bcfe872404f847030077eb87f3 /24x24/stock
parent74e98da3ccb143c14b5369cb9f9f259cab13e1ed (diff)
downloadadwaita-icon-theme-8cefef9f6f4a4ed80ad22b47de5ffb75acb9263e.tar.gz
16x16/stock/net/Makefile.am (install-data-local)
2005-08-30 Tor Lillqvist <tml@novell.com> * 16x16/stock/net/Makefile.am (install-data-local) * 24x24/stock/net/Makefile.am (install-data-local) * 48x48/mimetypes/Makefile.am (install-data-hook): Create icondir before installing into it. No / between $(DESTDIR) and $(icondir).
Diffstat (limited to '24x24/stock')
-rw-r--r--24x24/stock/net/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/24x24/stock/net/Makefile.am b/24x24/stock/net/Makefile.am
index 33e9c5795..2fb9a4db2 100644
--- a/24x24/stock/net/Makefile.am
+++ b/24x24/stock/net/Makefile.am
@@ -63,7 +63,8 @@ EXTRA_DIST = $(icon_DATA)
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(icondir)/../../filesystems
- $(INSTALL) $(srcdir)/stock_shared-by-me.png $(DESTDIR)/$(icondir)
- $(INSTALL) $(srcdir)/stock_shared-to-me.png $(DESTDIR)/$(icondir)
+ $(mkinstalldirs) $(DESTDIR)$(icondir)
+ $(INSTALL) $(srcdir)/stock_shared-by-me.png $(DESTDIR)$(icondir)
+ $(INSTALL) $(srcdir)/stock_shared-to-me.png $(DESTDIR)$(icondir)
$(LN_S) $(icondir)/stock_shared-by-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-locally-shared.png
$(LN_S) $(icondir)/stock_shared-to-me.png $(DESTDIR)$(icondir)/../../filesystems/gnome-fs-share-private.png