fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Changed perms of init script

This commit is contained in:
Juan Manuel Parrilla 2014-04-28 14:35:42 +02:00
parent c28d145120
commit 4cc4af59c3
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ cp -r %{_gitdir}/rpm/scripts/shelfzilla $RPM_BUILD_ROOT%{_app_dir}/init/
%post
## Install init script
mv %{_app_dir}/init/shelfzilla %{_init_path}/
chmod 775 %{_init_path}/shelfzilla
chkconfig --add shelfzilla
rmdir %{_app_dir}/init/
## Npm install
cd %{_app_dir} && npm install