From 275eb9f8e1f54c79532be3b5c420968611e06c0c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 21 Aug 2011 16:57:13 -0700 Subject: [PATCH] gui: Add missing $(DESTDIR) to install rule. Also, delete white space from otherwise blank line. --- src/ui/gui/automake.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 2c8e02b6..da8f2d93 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -84,8 +84,8 @@ context = apps install-lang: - $(INSTALL) $(top_srcdir)/src/ui/gui/pspp.lang $(pkgdatadir) - + $(INSTALL) $(top_srcdir)/src/ui/gui/pspp.lang $(DESTDIR)$(pkgdatadir) + install-icons: for size in 16x16 ; do \ $(MKDIR_P) $(themedir)/$$size/$(context) ; \ -- 2.30.2