[Pkg-symfony-commits] [SCM] Doctrine repository under the pkg-symfony Debian group branch, master, updated. upstream/1.2.2-10-g2c61485

Federico Gimenez Nieto fgimenez at coit.es
Mon May 3 18:19:05 UTC 2010


The following commit has been merged in the master branch:
commit 2c61485f63169a57720e3d78b1a6f21fd1cacb6e
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date:   Mon May 3 20:17:04 2010 +0200

    Fixed rules command

diff --git a/debian/rules b/debian/rules
index 94c3400..00aadf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@ override_dh_install:
 	dh_install
 
 	#fix mode for executable files  
-	find debian/$(PACKAGE_VER) -perm -a=x -type f | xargs chmod -c a-x
+	find debian/doctrine -perm -a=x -type f | xargs chmod -c a-x

-- 
Doctrine repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list