summaryrefslogtreecommitdiffstats
path: root/network/hiawatha/hiawatha.SlackBuild
diff options
context:
space:
mode:
author Antonio Hernández Blas2011-10-23 23:47:27 +0200
committer Niels Horn2011-10-23 23:47:27 +0200
commit227bd3493f37901930ffb14c1ec45c34080e8830 (patch)
tree7fc7f67d77bdbd2667622806fbcaa47b03a64dfe /network/hiawatha/hiawatha.SlackBuild
parente9566a0756f72dd61b0a6814f63b146a3466e11f (diff)
downloadslackbuilds-227bd3493f37901930ffb14c1ec45c34080e8830.tar.gz
network/hiawatha: Updated for version 7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/hiawatha/hiawatha.SlackBuild')
-rw-r--r--network/hiawatha/hiawatha.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild
index 720989c388..b386ded742 100644
--- a/network/hiawatha/hiawatha.SlackBuild
+++ b/network/hiawatha/hiawatha.SlackBuild
@@ -22,7 +22,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hiawatha
-VERSION=${VERSION:-7.4.1}
+VERSION=${VERSION:-7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -119,9 +119,12 @@ do
done
# Add *.new files into doinst.sh
-for file in $(find $PKG/etc -type f -name "*.new")
+for file in $(find $PKG/etc/rc.d -type f -name "*.new")
do
echo preserve_perms $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh
+done
+for file in $(find $PKG/etc/$PRGNAM -type f -name "*.new")
+do
echo config $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh
done