Skip to content

Commit

Permalink
Preinstall for credis to make lib,include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jan 19, 2012
1 parent 58d10b0 commit 430b040
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions credis/shell/functions
@@ -0,0 +1,10 @@
#!/bin/sh

credis_preinstall()
{
paths create ${source_path}/include ${source_path}/lib

file copy from ${source_path}/libcredis.so to ${source_path}/lib/libcredis.so

file copy from ${source_path}/credis.h to ${source_path}/include/credis.h
}

0 comments on commit 430b040

Please sign in to comment.