[24190] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23791 - trunk/athena/lib/firefox-extension/debian

daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri May 15 19:18:08 2009

Date: Fri, 15 May 2009 19:17:58 -0400
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200905152317.n4FNHw7r027579@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2009-05-15 19:17:57 -0400 (Fri, 15 May 2009)
New Revision: 23791

Modified:
   trunk/athena/lib/firefox-extension/debian/rules
Log:
In firefox-extension:
  * Use a correct rule to make the ubufox.js transform script executable.


Modified: trunk/athena/lib/firefox-extension/debian/rules
===================================================================
--- trunk/athena/lib/firefox-extension/debian/rules	2009-05-15 20:28:40 UTC (rev 23790)
+++ trunk/athena/lib/firefox-extension/debian/rules	2009-05-15 23:17:57 UTC (rev 23791)
@@ -6,13 +6,14 @@
 	/etc/firefox-3.0/pref/ubufox.js.debathena
 endif
 
-common-build-impl::
-	chmod +x debian/transform_ubufox.js.debathena
-
 DEB_AUTO_UPDATE_AUTOCONF = 2.50
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/config-package.mk
 
+$(call debian_transform_files,/etc/firefox-3.0/pref/ubufox.js.debathena): fix-perms
+fix-perms:
+	chmod +x debian/transform_ubufox.js.debathena
+
 clean::
 	rm -f configure


home help back first fref pref prev next nref lref last post