From: Ben Pfaff Date: Sun, 21 Aug 2011 23:57:13 +0000 (-0700) Subject: gui: Add missing $(DESTDIR) to install rule. X-Git-Tag: v0.7.9~156 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275eb9f8e1f54c79532be3b5c420968611e06c0c;p=pspp-builds.git gui: Add missing $(DESTDIR) to install rule. Also, delete white space from otherwise blank line. --- 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) ; \