]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
0020303: Install some .py in the correct way - integrate patch from E.Adam : addition...
authorvsr <vsr@opencascade.com>
Mon, 13 Apr 2009 13:54:59 +0000 (13:54 +0000)
committervsr <vsr@opencascade.com>
Mon, 13 Apr 2009 13:54:59 +0000 (13:54 +0000)
bin/Makefile.am
src/Batch_SWIG/Makefile.am
src/Container/Makefile.am
src/LifeCycleCORBA_SWIG/Test/Makefile.am
src/ModuleGenerator/Makefile.am

index d27e5379bf28d64f0460a57e2c2894a637302e77..000aeda4b0128f8bd0345c4e10760e1f578b036d 100644 (file)
@@ -98,3 +98,7 @@ uninstall-local:
          rm -rf $(DESTDIR)$(salomescriptdir)/appliskel; \
        fi;
 
+install-data-hook:
+       @for f in $(dist_salomescript_PYTHON) ; do \
+          chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
+        done
index 5cb81ec2c8cb1c5ad36d99c089f6dbbc773ee158..2d18ed2e05bf59c9536983e3b273a19faca2d575 100644 (file)
@@ -84,3 +84,8 @@ dist_salomescript_PYTHON = Batch_test.py
 
 # You don't need to specify libBatch_Swig.py. It is automatically
 # installed by means of the swig target salomepython_PYTHON.
+
+install-data-hook:
+       @for f in $(dist_salomescript_PYTHON) ; do \
+          chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
+        done
index cf28c9b0fd729f6d86df8662831f32fb353f0a66..4ba5af6cb44e3ee4b8741eb011e3c6d923cbdda2 100644 (file)
@@ -162,3 +162,8 @@ TestSalome_file_LDADD =\
        $(MPI_LIBS) \
        $(CORBA_LIBS) \
        $(PYTHON_LIBS)
+
+install-data-hook:
+       @for f in $(dist_salomescript_PYTHON) ; do \
+          chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
+        done
index 4618b5a2aa39e0cc666b88fb45b83dad74e44fa7..cd322e39d00d217864e8827bc99ac358dd4f1979 100644 (file)
@@ -67,3 +67,8 @@ lib_LTLIBRARIES =
 # ===============================================================
 #
 bin_PROGRAMS =
+
+install-data-hook:
+       @for f in $(dist_salomescript_PYTHON) ; do \
+          chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
+        done
index d54d421a6c1bf3441bf6625fc4d22c32a2d31a77..2f74b5ba1ee2b68804602586c06bc6067b159c9e 100644 (file)
@@ -29,3 +29,8 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am
 dist_salomescript_PYTHON = IDLparser.py
 
 EXTRA_DIST = tests
+
+install-data-hook:
+       @for f in $(dist_salomescript_PYTHON) ; do \
+          chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
+        done