system/xldconfig: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b59fbf0e86
commit
70798c940b
|
@ -1,4 +1,7 @@
|
|||
Xldconfig is a tool suplying ldconfig on non native architectures.
|
||||
It makes symlinks by the same way as the ldconfig do. It does not
|
||||
create or recreate the cache /etc/ld.so.cache.
|
||||
xldconfig (cross arch ldconfig)
|
||||
|
||||
Xldconfig is a tool suplying ldconfig on non-native architectures.
|
||||
It makes symlinks in the same way as ldconfig does. It does not create
|
||||
or recreate the cache /etc/ld.so.cache.
|
||||
|
||||
It is useful for cross arch system installations.
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
xldconfig: xldconfig (cross arch ldconfig)
|
||||
xldconfig:
|
||||
xldconfig: Xldconfig is a tool suplying ldconfig on non native architectures.
|
||||
xldconfig: It makes symlinks by the same way as the ldconfig do. It does not
|
||||
xldconfig: create or recreate the cache /etc/ld.so.cache.
|
||||
xldconfig: It is usefuf for cross arch system installations.
|
||||
xldconfig:
|
||||
xldconfig: Xldconfig is a tool suplying ldconfig on non-native architectures.
|
||||
xldconfig: It makes symlinks in the same way as ldconfig does. It does not create
|
||||
xldconfig: or recreate the cache /etc/ld.so.cache.
|
||||
xldconfig:
|
||||
xldconfig: It is useful for cross arch system installations.
|
||||
xldconfig:
|
||||
xldconfig:
|
||||
xldconfig:
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220208 bkw: Modified by SlackBuilds.org, to fix the download URL
|
||||
# and some grammar issues in README and slack-desc.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="xldconfig"
|
||||
VERSION="0.7"
|
||||
HOMEPAGE="https://www.jagda.eu/linux/xldxonfig"
|
||||
DOWNLOAD="https://www.jagda.eu/linux/xldxonfig/xldconfig-0.7.tgz"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/xldconfig-0.7.tgz"
|
||||
MD5SUM="49693d184e56714c4fb474a99bb2e3ba"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue