From: Ben Pfaff Date: Sun, 21 Aug 2011 23:57:13 +0000 (-0700) Subject: gui: Add missing $(DESTDIR) to install rule. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fbuilds%2F20110823030503%2Fpspp;p=pspp 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 2c8e02b6ff..da8f2d9352 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) ; \