Skip to content

Commit

Permalink
fix for symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 3, 2016
1 parent eb45b1b commit 6b778de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/opencpu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ NO_APPARMOR=1 make library
mkdir -p %{buildroot}/usr/lib/opencpu/library
mkdir -p %{buildroot}%{_libdir}/R/library
cp -Rf opencpu-lib/build/* %{buildroot}/usr/lib/opencpu/library/
cp -f opencpu-lib/symlinks/* %{buildroot}%{_libdir}/R/library/
cp -Pf opencpu-lib/symlinks/* %{buildroot}%{_libdir}/R/library/
# For opencpu-server:
sed -i s/www-data/apache/g opencpu-server/cron.d/opencpu
sed -i s/www-data/apache/g opencpu-server/scripts/cleanocpu.sh
Expand Down

0 comments on commit 6b778de

Please sign in to comment.