From 75b732cc10552dabce105370a4d50a96ad1b042d Mon Sep 17 00:00:00 2001 From: Dane Smith Date: Wed, 1 Feb 2012 18:57:26 -0500 Subject: Small tweak to postinst, --- www-apps/indefero/Manifest | 4 ++-- www-apps/indefero/files/postinstall-en-1.2.txt | 4 ++-- www-apps/indefero/indefero-1.2.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-apps/indefero/Manifest b/www-apps/indefero/Manifest index f9f45f7..1f33e36 100644 --- a/www-apps/indefero/Manifest +++ b/www-apps/indefero/Manifest @@ -1,7 +1,7 @@ AUX bootstrap.php 603 RMD160 4cc6da7db1aeaa2f380458a61f67be651a49abc2 SHA1 4b38c6121046403d805298d18cfb20b7ff807ea0 SHA256 c13948fca2e56b98458f95908c84a4162600a5ee81664e317f0557131ff1c7c9 AUX dbsetup.sh 86 RMD160 405e479305710f972bd8c76a23f70618c874903b SHA1 3ddd63a0a260bd49ba3e83c16958e0cd8b0a0b3b SHA256 40f0d1e7763f048cd2171fe73ad051b01918f1fef1c99f5d76e0928676456255 AUX indefero-gentoo-pluf.diff 511 RMD160 201be20a73ed0897206a6a2a253650e5a708f079 SHA1 cf923b4de6acaa2c4bc9d14b706b4226b73ca612 SHA256 de340e928be33f4301d78b0e7e521f9ec8b6947e40726bd5f872e374f219567b -AUX postinstall-en-1.2.txt 1103 RMD160 18a78159dd03dff26cdaf92cd1425dd4d7b553fb SHA1 9f1713919c652e58a89f18f2c6929de35c1ff65c SHA256 1b35ddf836be9d7602a2024e80c3e91d6a1f251b8afe7808c115e260445dcf78 +AUX postinstall-en-1.2.txt 1100 RMD160 aaec96897ca9c3a6333075fbed1b60cc447def52 SHA1 b8ebb42e4b6f183098b7191e54acc652fd7ca56d SHA256 8f1782fe00c04e239ce2c24c0f3a65d9169e580f7a955b5d3898fa795a448f38 DIST indefero-1.2.zip 954890 RMD160 3d9272e1f95673ec7c0b9522494f70fe4c3c6af4 SHA1 962b7b542b62b5d9a3ffa4072e0c2f37be8dcbd6 SHA256 f67f542f6f253945d4b5ec7a2b81d842a63aa23200adef1cb2dede3d7bd15ef1 -EBUILD indefero-1.2.ebuild 1278 RMD160 bcf3bf58f9bbf52965780f1f70eb8b93e3f09724 SHA1 af7c11a54ae17ad1bd29430ead480d0554ecb654 SHA256 319d4347e2d64cdbe489e41d6262f20961166f4fb31f25403173d600f30709e0 +EBUILD indefero-1.2.ebuild 1274 RMD160 e15a6ae9d9621d23295797525cd33bc4902a129e SHA1 8610b816bff77afaee5f2a8fcbdb09a02e83d27d SHA256 1e94aa8b2d0bcb7b6257f751714b56bf4a58f2e7aa6d6df6103dfbb53d3643e6 MISC metadata.xml 252 RMD160 0d6b4d4e9e2fc0a9fc73289b6f3234195a3a1405 SHA1 6d719654a220ceff01851fa059936c79ca6bf9be SHA256 50fba57de1e11a48fbf58020c096095ebf9ec5defa2b5bcda9ed44e5be159d3f diff --git a/www-apps/indefero/files/postinstall-en-1.2.txt b/www-apps/indefero/files/postinstall-en-1.2.txt index 3ceb078..654468f 100644 --- a/www-apps/indefero/files/postinstall-en-1.2.txt +++ b/www-apps/indefero/files/postinstall-en-1.2.txt @@ -17,8 +17,8 @@ under /var/www/localhost/htdocs), edit the file /src/IDF/conf/idf.php . Make sure to use the values for the database that you used in step 1. -3) To actually create the needed tables for indefero, cd -and run scrips/dbsetup.sh. +3) To actually create the needed tables for indefero, cd /src and run dbsetup.sh. 4) Lastly, edit /www/bootstrap.php. Change the places where it says to point to the install you're using. Then update diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild index a018ab5..07a6501 100644 --- a/www-apps/indefero/indefero-1.2.ebuild +++ b/www-apps/indefero/indefero-1.2.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${PN}" src_prepare(){ #Expect pluf to be installed in the normal location. epatch "${FILESDIR}/${PN}-gentoo-pluf.diff" - cp "${FILESDIR}/dbsetup.sh" scripts/ + cp "${FILESDIR}/dbsetup.sh" src/ cp "${FILESDIR}/bootstrap.php" www/ } -- cgit v1.2.3-65-gdbad