[arch-commits] Commit in julia/trunk (sysfix.install)

Alexander Rødseth arodseth at archlinux.org
Fri Jul 18 18:46:12 UTC 2014


    Date: Friday, July 18, 2014 @ 20:46:12
  Author: arodseth
Revision: 115926

Added an install file for removing sys.so, if needed

Modified:
  julia/trunk/sysfix.install

----------------+
 sysfix.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: sysfix.install
===================================================================
--- sysfix.install	2014-07-18 14:55:56 UTC (rev 115925)
+++ sysfix.install	2014-07-18 18:46:12 UTC (rev 115926)
@@ -1,4 +1,4 @@
 post_install() {
-  # If needed, remove this file in order for Julia to start, see FS#39721
+  # Removing sys.so if needed, in order for Julia to start, see FS#39721
   julia --version || rm /usr/lib/julia/sys.so
 }




More information about the arch-commits mailing list