From b5b976e8217e287e52b9b8d24ffa093a49851f22 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 16 Apr 2017 08:52:34 +0200 Subject: [PATCH] libsanta: soname is libsanta.so so provide that. --- haiku-libs/libsanta/libsanta-3.0.1.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/haiku-libs/libsanta/libsanta-3.0.1.recipe b/haiku-libs/libsanta/libsanta-3.0.1.recipe index 31222724b..6acefb60f 100644 --- a/haiku-libs/libsanta/libsanta-3.0.1.recipe +++ b/haiku-libs/libsanta/libsanta-3.0.1.recipe @@ -6,7 +6,7 @@ This package only exists for applications that have not yet been migrated." HOMEPAGE="https://github.com/HaikuArchives/SantasGiftBag" COPYRIGHT="1997-2000 Brian Tietz" LICENSE="libsanta" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/HaikuArchives/SantasGiftBag/archive/41e3b43058acb99959582187d31495cfbb8435f3.tar.gz" CHECKSUM_SHA256="1c5ff2b0b3e2e81bbd99b226313ebf74f29fc969046bf1cf1f929bbfcb9ca763" SOURCE_DIR="SantasGiftBag-41e3b43058acb99959582187d31495cfbb8435f3" @@ -53,11 +53,10 @@ INSTALL() cp -R docs/* $developDocDir/ cp objects/libsanta.so $libDir/libsanta.so.3.0.1 - ln -sr $libDir/libsanta.so.3.0.1 $libDir/libsanta.so.3 + ln -sr $libDir/libsanta.so.3.0.1 $libDir/libsanta.so ln -sr $libDir/libsanta.so.3.0.1 $developLibDir/libsanta.so.3.0.1 - ln -sr $developLibDir/libsanta.so.3.0.1 $developLibDir/libsanta.so.3 - ln -sr $developLibDir/libsanta.so.3 $developLibDir/libsanta.so + ln -sr $developLibDir/libsanta.so.3.0.1 $developLibDir/libsanta.so cp -R include/. $includeDir/