components/rdiff-backup/Makefile
changeset 706 6e61f0012046
parent 376 dbac94285f1e
child 787 c05e38bc65f4
--- a/components/rdiff-backup/Makefile	Thu Feb 23 15:58:00 2012 -0800
+++ b/components/rdiff-backup/Makefile	Fri Feb 24 13:30:24 2012 -0800
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -36,6 +36,11 @@
 include $(WS_TOP)/make-rules/ips.mk
 include $(WS_TOP)/make-rules/setup.py.mk
 
+# just build a Python 2.6 version for now, when the 2.7 modules show up, we can
+# switch
+PYTHON_VERSIONS = 2.6
+PYTHON_DATA = /usr
+
 # common targets
 
 build:		$(BUILD_32)