[r-cran-rjson] 04/05: Adapt for permission changes.
Sébastien Villemot
sebastien at debian.org
Fri Jun 13 09:14:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository r-cran-rjson.
commit de22118c998a80b3c8becbe39a870fe25528a86a
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Jun 13 11:12:40 2014 +0200
Adapt for permission changes.
Git-Dch: Ignore
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index e2960a1..1fc461b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,4 @@ include /usr/share/R/debian/r-cran.mk
# Fix wrong permissions in orig tarball
binary-fixup/r-cran-rjson::
- find debian/r-cran-rjson/usr/lib/R/site-library/rjson/ \( \( -name *.r -or -name *.bat -or -name *.pdf -or -name *.txt -or -name *.Rnw \) -and -not -name server.r \) -exec chmod -x '{}' ';'
-
+ cd debian/r-cran-rjson/usr/lib/R/site-library/rjson/rpc_server/ && chmod -x start_server.bat && chmod +x server.r start_server
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rjson.git
More information about the debian-science-commits
mailing list