[lammps] 06/08: Remove executable bit in examples.

Anton Gladky gladk at moszumanska.debian.org
Fri Feb 14 05:23:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository lammps.

commit bf2b96e16954e0e11923bc3b55259e610ec568de
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Feb 13 22:37:53 2014 +0100

    Remove executable bit in examples.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8051cca..082a76e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_clean:
 override_dh_auto_build:
 	cd src; $(MAKE) -j$(NUMJOBS) yes-all; $(MAKE) -j$(NUMJOBS) no-lib; $(MAKE) -j$(NUMJOBS) openmpi
 	mv src/lmp_openmpi src/lammps
-	chmod 644 examples/USER/sph/shock_tube/shock2d.lmp
+	chmod -x -R examples/USER/*
 
 override_dh_auto_test:
 	mkdir test; cp examples/crack/* test/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lammps.git



More information about the debian-science-commits mailing list