Skip to content

Commit

Permalink
package yum: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Jun 14, 2013
1 parent 6749d9b commit 53e88d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/yum/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ case $distribution_version in
esac
EOF

run chmod +x $BUILD_RUBY_SCRIPT
run su - $USER_NAME $BUILD_RUBY_SCRIPT
run rpm -Uvh ~$USER_NAME/rpm/RPMS/*/*.rpm
run chmod +x $BUILD_RUBY_SCRIPT
run su - $USER_NAME $BUILD_RUBY_SCRIPT
run rpm -Uvh ~$USER_NAME/rpm/RPMS/*/*.rpm
fi
;;
esac
Expand Down

0 comments on commit 53e88d1

Please sign in to comment.