Skip to content

Commit

Permalink
Directory?!
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 24, 2011
1 parent 7edaa9c commit 893530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/bin/install
Expand Up @@ -158,7 +158,7 @@ install_redis()
log "#installing ${package} ${version}...\n" log "#installing ${package} ${version}...\n"


for file in redis-server redis-cli ; do for file in redis-server redis-cli ; do
if ! install -b -d -S "${redis_src_path}/${file}" "${redis_bin_path}/${file}" ; then if ! install -b -S "${redis_src_path}/${file}" "${redis_bin_path}/${file}" ; then
fail "${package} ${version} failed to install (specifically ${file}).\n" fail "${package} ${version} failed to install (specifically ${file}).\n"
fi fi
done done
Expand Down

0 comments on commit 893530c

Please sign in to comment.