From 12dd105ef5635eec02767eab42127788c555ca4a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 19 Oct 2016 17:06:50 +0000 Subject: [PATCH] #1340: packaging update, the js files have moved! git-svn-id: https://xpra.org/svn/Xpra/trunk@14207 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- rpmbuild/xpra.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild/xpra.spec b/rpmbuild/xpra.spec index d5311e969a..c142e2964d 100644 --- a/rpmbuild/xpra.spec +++ b/rpmbuild/xpra.spec @@ -411,7 +411,7 @@ popd find %{buildroot}%{python_sitearch}/xpra -name '*.so' -exec chmod 0755 {} \; # Ensure all .js files are not executeable -find %{buildroot}%{_datadir}/xpra/www/include -name '*.js' -exec chmod 0644 {} \; +find %{buildroot}%{_datadir}/xpra/www/js -name '*.js' -exec chmod 0644 {} \; #remove the tests, not meant to be installed in the first place #(but I can't get distutils to play nice: I want them built, not installed)