Rev to 0.13 - fix locale install
authorAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Oct 2010 21:13:04 +0000 (14:13 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Oct 2010 21:13:04 +0000 (14:13 -0700)
Makefile

index cfdb664..537d3f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.12
+VERSION = 0.13
 #
 # to build this package, you need to have the following components installed:
 # dbus-glib-devel libnotify-devel gtk2-devel curl-devel
@@ -72,7 +72,7 @@ install-applet: corewatcher-applet
        install -m 0644 icon.png $(DESTDIR)/usr/share/corewatcher/icon.png
 
 install: install-system install-corewatcher install-applet
-       @(cd po/ && $(MAKE) $@)
+       @(cd po/ && $(MAKE) DESTDIR="$(DESTDIR)" LOCALESDIR="$(LOCALESDIR)" $@)
 
 install-noui: install-system install-corewatcher