Package: swi-prolog Version: 6.6.4-1# Link libjpl.so from the JNI directory so java can load it without LD_LIBRARY_PATH
mkdir -p $(CURDIR)/debian/swi-prolog-java/$(JNIDIR)
ln -s $(PLBASE)/lib/$(DEB_BUILD_ARCH)/libjpl.so \
$(CURDIR)/debian/swi-prolog-java/$(JNIDIR)/at least for me this fails if the file already exists. ln -sf works around for me. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

