diff --git a/build b/build index ba5b5828..30ed78a2 100755 --- a/build +++ b/build @@ -35,6 +35,10 @@ mkdir $dir/src mkdir $dir/man mkdir $dir/contrib mkdir $dir/scripts +mkdir $dir/scripts/fckeditor +mkdir $dir/scripts/fckeditor/editor +mkdir $dir/scripts/fckeditor/editor/plugins +mkdir $dir/scripts/fckeditor/editor/plugins/elog mkdir $dir/resources mkdir $dir/themes mkdir $dir/themes/default @@ -65,6 +69,8 @@ cp -p doc/* $dir/doc cp -p man/* $dir/man cp -p contrib/* $dir/contrib cp -p scripts/* $dir/scripts +cp -p scripts/fckeditor/* $dir/scripts/fckeditor +cp -p scripts/fckeditor/editor/plugins/elog/* $dir/scripts/fckeditor/editor/plugins/elog cp -p resources/* $dir/resources cp -p themes/default/* $dir/themes/default diff --git a/elog.spec b/elog.spec index 8a162f6c..2139162f 100755 --- a/elog.spec +++ b/elog.spec @@ -3,7 +3,7 @@ Name: elog Summary: elog is a standalone electronic web logbook Version: 2.6.5 -Release: 1 +Release: 9 License: GPL Group: Applications/Networking Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz @@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT %prefix/bin/* %prefix/sbin/elogd %prefix/elog/resources/* -%prefix/elog/scripts/* %prefix/elog/themes +%prefix/elog/scripts %prefix/elog/logbooks %config(noreplace) %prefix/elog/elogd.cfg