gui: Add missing $(DESTDIR) to install rule.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Aug 2011 23:57:13 +0000 (16:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Aug 2011 23:57:29 +0000 (16:57 -0700)
Also, delete white space from otherwise blank line.

src/ui/gui/automake.mk

index 2c8e02b6ff364be572f90929b1d45727d8431e0a..da8f2d9352fb6c5ecdea4958fb960b41ded31e0b 100644 (file)
@@ -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) ; \