projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb7dbf
)
gui: Add missing $(DESTDIR) to install rule.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 21 Aug 2011 23:57:13 +0000
(16:57 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/src/ui/gui/automake.mk
b/src/ui/gui/automake.mk
index 2c8e02b6ff364be572f90929b1d45727d8431e0a..da8f2d9352fb6c5ecdea4958fb960b41ded31e0b 100644
(file)
--- 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) ; \