Skip to content

Commit

Permalink
#1340: packaging update, the js files have moved!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14207 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 19, 2016
1 parent ccaed33 commit 12dd105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 12dd105

Please sign in to comment.