Displaying 1 result from an estimated 1 matches for "timeline_fu".
2011 Apr 06
2
Puppetdashboard 1.1.0 spec file
...on''t exist anymore.
I did some remodelling in the file, so it creates a rpm now, but I''m
not sure whether my "fix" is the only change needed.
my change:
replace
--------------------
for plugin in authlogic inherited_resources jrails object_daddy
resources_controller timeline_fu will_paginate; do
cp -p -r vendor/plugins/$plugin %{buildroot}%{_datadir}/%{name}/
vendor/plugins/$plugin
done
cp -p -r vendor/gems %{buildroot}%{_datadir}/%{name}/vendor
cp -p -r vendor/rails %{buildroot}%{_datadir}/%{name}/vendor
--------------------
with
--------------------
cp -p -r vendor...