← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 335: Dont mark some fts scripts as executable

 

------------------------------------------------------------
revno: 335
committer: Michal Hruby <michal.mhr@xxxxxxxxx>
branch nick: bb-fts
timestamp: Tue 2011-11-01 16:26:36 -0400
message:
  Dont mark some fts scripts as executable
modified:
  extensions/fts-python/Makefile.am


--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/fts-python/Makefile.am'
--- extensions/fts-python/Makefile.am	2011-10-10 14:18:14 +0000
+++ extensions/fts-python/Makefile.am	2011-11-01 20:26:36 +0000
@@ -2,9 +2,12 @@
 
 ftsdir = $(pkgdatadir)/fts-python
 dist_fts_SCRIPTS = \
+	fts.py \
+	$(NULL)
+
+dist_fts_DATA = \
 	datamodel.py \
 	constants.py \
-	fts.py \
 	lrucache.py \
 	sql.py \
 	$(NULL)